_DAcadApplicationEvents_BeginQuitEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadApplicationEvents_BeginQuitEventHandler(
in bool Cancel
)
Public Delegate Sub _DAcadApplicationEvents_BeginQuitEventHandler (
ByRef Cancel As Boolean
)
public delegate void _DAcadApplicationEvents_BeginQuitEventHandler(
[InAttribute] bool% Cancel
)
type _DAcadApplicationEvents_BeginQuitEventHandler =
delegate of
Cancel : bool byref -> unit
Parameters
- Cancel
- Type: SystemBoolean
See Also