| 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