Class CancelArgs
Event arguments for a tab page action that can be vetoed, carrying the affected
page and a Cancel flag a handler can set to prevent the operation.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class CancelArgs
Constructors
View SourceCancelArgs(TabPageAdvanced)
Declaration
public CancelArgs(TabPageAdvanced npage)
Parameters
| Type | Name | Description |
|---|---|---|
| TabPageAdvanced | npage |
Fields
View SourceCancel
Declaration
public bool Cancel
Field Value
| Type | Description |
|---|---|
| bool |
Page
Declaration
public TabPageAdvanced Page
Field Value
| Type | Description |
|---|---|
| TabPageAdvanced |