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