BarLargeButtonItem Events
A bar item that displays a large image in a toolbar.Name | Description |
---|---|
CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. Inherited from BarButtonItem. |
CommandChanged | Occurs after the value of the Command property has changed. Inherited from BarButtonItem. |
CommandParameterChanged | Occurs after the value of the Command property has changed. Inherited from BarButtonItem. |
DefaultDropDownLinkChanged | Raises when the value of the DefaultDropDownLink property changes. Inherited from BarButtonItem. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
DownChanged | Occurs after the item’s pressed state has been changed. Inherited from BarBaseButtonItem. |
HyperlinkClick | Occurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem. |
ItemClick | Occurs when the current item is clicked. Inherited from BarItem. |
ItemDoubleClick | Fires when a link to an item is double-clicked. Inherited from BarItem. |
ItemPress | Fires immediately after a link associated with an item has been pressed. Inherited from BarItem. |
See Also