_DAcadDocumentEvents_WindowChangedEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadDocumentEvents_WindowChangedEventHandler(
AcWindowState WindowState
)
Public Delegate Sub _DAcadDocumentEvents_WindowChangedEventHandler (
WindowState As AcWindowState
)
public delegate void _DAcadDocumentEvents_WindowChangedEventHandler(
[InAttribute] AcWindowState WindowState
)
type _DAcadDocumentEvents_WindowChangedEventHandler =
delegate of
WindowState : AcWindowState -> unit
Parameters
- WindowState
- Type: BricscadDbAcWindowState
See Also