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