uaPLUS Reference
onHandleStateChange Method
See Also  Send Feedback
NSPlugin Namespace > EventCondition Class : onHandleStateChange Method

eventTime
activeCond
activeSubCondName
attributes

Glossary Item Box

Syntax

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

Parameters

eventTime
activeCond
activeSubCondName
attributes

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.