ArcFM Responder Mobile Developer Guide
ActiveWorkFunctionChanged Event (D8CuTopLevelClass)






Syntax
'Declaration
 
Public Event ActiveWorkFunctionChanged As ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler
'Usage
 
Dim instance As D8CuTopLevelClass
Dim handler As ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler
 
AddHandler instance.ActiveWorkFunctionChanged, handler
public event ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler ActiveWorkFunctionChanged
public event ActiveWorkFunctionChanged: ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler* ActiveWorkFunctionChanged
public:
event ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler^ ActiveWorkFunctionChanged
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

D8CuTopLevelClass Class
D8CuTopLevelClass Members

Send Feedback