The C1Window type exposes the following members.

Events

  Name Description
Public event Activated
Fires after the dialog window is activated.
Public event ButtonClicked
Fires when one of the caption buttons is clicked after the dialog window handles the operation.
Public event ButtonClicking
Fires when one of the caption buttons is clicked before the dialog window handles the operation.
Public event Deactivated
Fires after the dialog window is deactivated.
Public event DragEnd
Fires when the dialog window exits dragging mode.
Public event Dragging
Fires when the dialog window is being dragged.
Public event DragStart
Fires when the dialog window enters dragging mode.
Public event Hidden
Fires after the dialog window is hidden.
Public event Maximized
Fires when the dialog window is maximized after the dialog window handles the operation.
Public event Maximizing
Fires when the dialog window is maximized before the dialog window handles the operation.
Public event Minimized
Fires when the dialog window is minimized after the dialog window handles the operation.
Public event Minimizing
Fires when the dialog window is minimized before the dialog window handles the operation.
Public event Normalized
Fires when the dialog window is normalized after the dialog window handles the operation.
Public event Normalizing
Fires when the dialog window is normalized before the dialog window handles the operation.
Public event Pinned
Fires when the dialog window is pinned after the dialog window handles the operation.
Public event Pinning
Fires when the dialog window is pinned before the dialog window handles the operation.
Public event Reloaded
Fires when the dialog window is reloaded after the dialog window handles the operation.
Public event Reloading
Fires when the dialog window is reloaded before the dialog window handles the operation.
Public event ResizeEnd
Fires when the dialog window exits resizing mode.
Public event ResizeStart
Fires when the dialog window enters resizing mode.
Public event Resizing
Fires when the dialog window is being resized.
Public event Shown
Fires after the dialog window is shown.

See Also