Class
TabbedFormShownEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TabbedFormShownEventArgs : EventArgs

Inheritance: objectEventArgsTabbedFormShownEventArgs

Inherited Members EventArgs.Empty

Constructors

TabbedFormShownEventArgs(RadTabbedForm)

Declaration

cs-api-definition
public TabbedFormShownEventArgs(RadTabbedForm tabbedForm)

Parameters

tabbedForm

RadTabbedForm

Properties

TabbedForm

Gets the associated RadTabbedForm.

Declaration

cs-api-definition
public RadTabbedForm TabbedForm { get; }

Property Value

RadTabbedForm