SchemaLoadStatusEventHandler Delegate
Syntax
'Declaration
Public Delegate Sub SchemaLoadStatusEventHandler( _
ByVal _sender_ As Object, _
ByVal _newStatus_ As SchemaLoadStatusType _
)
public delegate void SchemaLoadStatusEventHandler(
object _sender_,
SchemaLoadStatusType _newStatus_
)
Parameters
sender
newStatus
Requirements
Namespace: FChoice.Foundation.Clarify
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)
Reference
SchemaLoadStatusEventHandler Members
FChoice.Foundation.Clarify Namespace