ArcFM Responder Mobile Developer Guide
SelectionListSorted Event (D8FeSelTopLevelEventsClass)






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

D8FeSelTopLevelEventsClass Class
D8FeSelTopLevelEventsClass Members

Send Feedback