Discuss: function (sender, args)
sender. Event source.
args. Event information.
The Discuss event occurs when the user selects one of the items in the drop-down menu that appears on clicking the Share tool ribbon button.
To execute the example, the HTML page must contain Navigator component named nav (see Example of Creating the Navigator Component). Add a handler for the Discuss event:
nav.Discuss.add(function () { alert("Share") });
After executing the example clicking OK button in the password change dialog box displays Share to the screen.
See also: