IActiveAware
Interface
Supports activation, which indicates whether an instance is active or not.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public interface IActiveAware
Derived Classes:
Properties
Events
Occurs when an instance is activated.
C#
event EventHandler<EventArgs> Activated
Occurs when an instance is deactivated.
C#
event EventHandler<EventArgs> Deactivated