Interface
IActiveAware

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

IsActive

Gets or sets whether an instance is active or not.

Declaration

cs-api-definition
bool IsActive { get; set; }

Property Value

bool

Events

Activated

Occurs when an instance is activated.

Declaration

cs-api-definition
event EventHandler<EventArgs> Activated

Event Value

EventHandler<EventArgs>

Deactivated

Occurs when an instance is deactivated.

Declaration

cs-api-definition
event EventHandler<EventArgs> Deactivated

Event Value

EventHandler<EventArgs>