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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ToolbarFormControlCreatingEventArgs : ControlCreatingEventArgs<RadToolbarFormControl>

Inheritance: objectEventArgsCancelEventArgsControlCreatingEventArgs<RadToolbarFormControl>ToolbarFormControlCreatingEventArgs

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

Constructors

C#
public ToolbarFormControlCreatingEventArgs(RadToolbarFormControl control)
Parameters:controlRadToolbarFormControl

Properties

Gets or sets the RadToolbarFormControl added to the form.

C#
public RadToolbarFormControl ToolbarFormControl { get; set; }