Class FrameMainDesigner.ExitReportArgs
Event arguments for an exit request, allowing the host to cancel the exit or to suppress removal of the designer control from its parent.
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class FrameMainDesigner.ExitReportArgs
Constructors
View SourceExitReportArgs()
Declaration
public ExitReportArgs()
Fields
View SourceCancelled
Declaration
public bool Cancelled
Field Value
| Type | Description |
|---|---|
| bool |
RemoveControl
Declaration
public bool RemoveControl
Field Value
| Type | Description |
|---|---|
| bool |