_DAcadApplicationEvents_BeginFileDropEventHandler
Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.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 String
-
- Cancel Boolean
-
See Also