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