Skip to main content

RecentItemBase Events

A base class for all UI elements in the RecentItemControl.
Name Description
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.
ItemClick Occurs whenever an end-user clicks this item at runtime.
ItemPressed Occurs when an end-user presses this item at runtime.
See Also