_DAcadDocumentEvents_WindowMovedOrResizedEventHandler
Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadDocumentEvents_WindowMovedOrResizedEventHandler(
long HWNDFrame,
bool bMoved
)
Public Delegate Sub _DAcadDocumentEvents_WindowMovedOrResizedEventHandler (
HWNDFrame As Long,
bMoved As Boolean
)
public delegate void _DAcadDocumentEvents_WindowMovedOrResizedEventHandler(
[InAttribute] long long HWNDFrame,
[InAttribute] bool bMoved
)
type _DAcadDocumentEvents_WindowMovedOrResizedEventHandler =
delegate of
HWNDFrame : int64 *
bMoved : bool -> unit
Parameters
- HWNDFrame
- Type: SystemInt64
- bMoved
- Type: SystemBoolean
See Also