ToolbarItem.Activated 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.
Caution
Activated is obsolete as of version 1.3.0. Please use Clicked instead.
Obsolete. Developers should use the inherited Clicked
event, instead.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Activated is obsolete as of version 1.3.0. Please use Clicked instead.")]
public event EventHandler Activated;
member this.Activated : EventHandler
Event Type
System.EventHandler
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute