Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ToolbarFormControlCreatingEventArgs : ControlCreatingEventArgs<RadToolbarFormControl>
Inheritance: objectEventArgsCancelEventArgsControlCreatingEventArgs<RadToolbarFormControl>ToolbarFormControlCreatingEventArgs
Inherited Members
Constructors
C#
public ToolbarFormControlCreatingEventArgs(RadToolbarFormControl control)
Properties
Gets or sets the RadToolbarFormControl added to the form.
C#
public RadToolbarFormControl ToolbarFormControl { get; set; }