InterfaceIActiveAware
Interface
Supports activation, which indicates whether an instance is active or not.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public interface IActiveAware
Properties
Events
Activated
Occurs when an instance is activated.
Declaration
cs-api-definition
event EventHandler<EventArgs> Activated
Event Value
Deactivated
Occurs when an instance is deactivated.
Declaration
cs-api-definition
event EventHandler<EventArgs> Deactivated
Event Value