DANSrvAE Reference
onHandleConditionStateChange Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > EventSubscription Class : onHandleConditionStateChange Method

es
Event source
eventTime
Event time
activeCond
Definition object of the active condition
activeSubCondName
Name of the active subcondition
attributes
Event attributes

Glossary Item Box

HandleConditionStateChange default handler that maybe overloaded by NSPluginAEbase.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub onHandleConditionStateChange( _
   ByVal es As EventSource, _
   ByVal eventTime As Date, _
   ByVal activeCond As ConditionDef, _
   ByVal activeSubCondName As String, _
   ByVal attributes() As Object _
) 
C# 
public virtual void onHandleConditionStateChange( 
   EventSource es,
   DateTime eventTime,
   ConditionDef activeCond,
   string activeSubCondName,
   object[] attributes
)

Parameters

es
Event source
eventTime
Event time
activeCond
Definition object of the active condition
activeSubCondName
Name of the active subcondition
attributes
Event attributes

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.