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