Class
ToolbarFormControlCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ToolbarFormControlCreatingEventArgs : ControlCreatingEventArgs<RadToolbarFormControl>

Inheritance: objectEventArgsCancelEventArgsControlCreatingEventArgs<RadToolbarFormControl>ToolbarFormControlCreatingEventArgs

Inherited Members ControlCreatingEventArgs<RadToolbarFormControl>.controlCancelEventArgs.CancelEventArgs.Empty

Constructors

ToolbarFormControlCreatingEventArgs(RadToolbarFormControl)

Declaration

cs-api-definition
public ToolbarFormControlCreatingEventArgs(RadToolbarFormControl control)

Parameters

control

RadToolbarFormControl

Properties

ToolbarFormControl

Gets or sets the RadToolbarFormControl added to the form.

Declaration

cs-api-definition
public RadToolbarFormControl ToolbarFormControl { get; set; }

Property Value

RadToolbarFormControl