Moonware.Common
onFireAction Event



Occurs when rule is executed.
Syntax
'Declaration
 
Public Event onFireAction As CommonActionHandler
'Usage
 
Dim instance As RuleManager
Dim handler As CommonActionHandler
 
AddHandler instance.onFireAction, handler
public event CommonActionHandler onFireAction
public:
event CommonActionHandler^ onFireAction
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RuleManager Class
RuleManager Members

Send Feedback