_DAcadApplicationEvents_BeginFileDropEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadApplicationEvents_BeginFileDropEventHandler(
string FileName,
in bool Cancel
)
Public Delegate Sub _DAcadApplicationEvents_BeginFileDropEventHandler (
FileName As String,
ByRef Cancel As Boolean
)
public delegate void _DAcadApplicationEvents_BeginFileDropEventHandler(
[InAttribute] String^ FileName,
[InAttribute] bool% Cancel
)
type _DAcadApplicationEvents_BeginFileDropEventHandler =
delegate of
FileName : string *
Cancel : bool byref -> unit
Parameters
- FileName
- Type: SystemString
- Cancel
- Type: SystemBoolean
See Also