IMenuItem.Click Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a menu command is clicked.
public:
event EventHandler<Microsoft::VisualStudio::SharePoint::MenuItemEventArgs ^> ^ Click;
event EventHandler<Microsoft.VisualStudio.SharePoint.MenuItemEventArgs> Click;
member this.Click : EventHandler<Microsoft.VisualStudio.SharePoint.MenuItemEventArgs>
Event Click As EventHandler(Of MenuItemEventArgs)