_DAcadApplicationEvents_EndOpenEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadApplicationEvents_EndOpenEventHandler(
string FileName
)
Public Delegate Sub _DAcadApplicationEvents_EndOpenEventHandler (
FileName As String
)
public delegate void _DAcadApplicationEvents_EndOpenEventHandler(
[InAttribute] String^ FileName
)
type _DAcadApplicationEvents_EndOpenEventHandler =
delegate of
FileName : string -> unit
Parameters
- FileName
- Type: SystemString
See Also