ArcFM Responder Mobile Developer Guide
add_ActiveWorkFunctionChanged Method (ID8CuTopLevelEvents_Event)






Syntax
'Declaration
 
Sub add_ActiveWorkFunctionChanged( _
   ByVal A_1 As ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler _
) 
'Usage
 
Dim instance As ID8CuTopLevelEvents_Event
Dim A_1 As ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler
 
instance.add_ActiveWorkFunctionChanged(A_1)
void add_ActiveWorkFunctionChanged( 
   ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler A_1
)
procedure add_ActiveWorkFunctionChanged( 
    A_1: ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler
); 
function add_ActiveWorkFunctionChanged( 
   A_1 : ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler
);
void add_ActiveWorkFunctionChanged( 
   ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler* A_1
) 
void add_ActiveWorkFunctionChanged( 
   ID8CuTopLevelEvents_ActiveWorkFunctionChangedEventHandler^ A_1
) 

Parameters

A_1
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

ID8CuTopLevelEvents_Event Interface
ID8CuTopLevelEvents_Event Members

Send Feedback