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