Class MDIChildAddCancelEventArgs
Event data for the TabbedMDIManager.BeforeMDIChildAdded event.
Inheritance
System.Object
MDIChildAddCancelEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MDIChildAddCancelEventArgs : CancelEventArgs
Constructors
MDIChildAddCancelEventArgs(Control)
Declaration
public MDIChildAddCancelEventArgs(Control ctrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | ctrl |
Properties
NewControl
The control/form that is to be added to the TabbedMDIManager.
Declaration
public Control NewControl { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.Control |