Class CreateUIControlsEventArgs
Contains event data for the CreateUIControls event.
Inheritance
System.Object
System.EventArgs
CreateUIControlsEventArgs
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class CreateUIControlsEventArgs : EventArgs
Constructors
| Improve this Doc View SourceCreateUIControlsEventArgs()
Declaration
public CreateUIControlsEventArgs()
CreateUIControlsEventArgs(Control[])
Declaration
public CreateUIControlsEventArgs(Control[] controls)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control[] | controls |
Properties
| Improve this Doc View SourceControls
Gets the collection of UI controls.
Declaration
public Control[] Controls { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.Control[] |