New to Telerik UI for WPFStart a free 30-day trial

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: RadDocumentPaneRadPane

Properties

Gets or sets whether an instance is active or not.

C#
bool IsActive { get; set; }

Events

Occurs when an instance is activated.

C#
event EventHandler<EventArgs> Activated

Occurs when an instance is deactivated.

C#
event EventHandler<EventArgs> Deactivated