_DAcadDocumentEvents_EventBeginDocClose Event
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
event _DAcadDocumentEvents_BeginDocCloseEventHandler BeginDocClose
Event BeginDocClose As _DAcadDocumentEvents_BeginDocCloseEventHandler
event _DAcadDocumentEvents_BeginDocCloseEventHandler^ BeginDocClose {
void add (_DAcadDocumentEvents_BeginDocCloseEventHandler^ value);
void remove (_DAcadDocumentEvents_BeginDocCloseEventHandler^ value);
}
abstract BeginDocClose : IEvent<_DAcadDocumentEvents_BeginDocCloseEventHandler,
EventArgs>
Value
_DAcadDocumentEvents_BeginDocCloseEventHandler
See Also