Skip to main content

AdornerElement Events

The base class for all adorner elements (e.g., Badges).
Name Description
Click Occurs when end-users clicks this AdornerElement.
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed.
CommandChanged Occurs after the value of the Command property has changed.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also