Guide Events
A child Adorner UI Manager element that highlights specific form regions. Provides a built-in flyout panel for displaying additional information and/or actions related to the highlighted region.| Name | Description |
|---|---|
| Click | Occurs when end-users clicks this AdornerElement. Inherited from AdornerElement. |
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. Inherited from AdornerElement. |
| CommandChanged | Occurs after the value of the Command property has changed. Inherited from AdornerElement. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. Inherited from AdornerElement. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also