Responder Developer Guide
ValidateEventParams Method (CallbackOnRestoreTimeChange)


The list of configuration file event parameters for this callback event.
Processes and validates the event parameters for this callback event object.
Syntax
'Declaration
 
Public Function ValidateEventParams( _
   ByVal eventParams() As CallbackConfigScenarioCallbackEventEventParam _
) As Boolean
'Usage
 
Dim instance As CallbackOnRestoreTimeChange
Dim eventParams() As CallbackConfigScenarioCallbackEventEventParam
Dim value As Boolean
 
value = instance.ValidateEventParams(eventParams)
public bool ValidateEventParams( 
   CallbackConfigScenarioCallbackEventEventParam[] eventParams
)

Parameters

eventParams
The list of configuration file event parameters for this callback event.

Return Value

True if this callback event is to used, else false (fatal error in parameters).
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CallbackOnRestoreTimeChange Class
CallbackOnRestoreTimeChange Members

 

 


Send Comment