Responder Developer Guide
DataSelectionChanged Event


Version: 10.2.1a

Resource Center Home

The event that is raised so Command listeners can decide if they should be enabled or not.
Syntax
'Declaration
 
Public Event DataSelectionChanged As EventHandler(Of DataSelectionEventArgs)
'Usage
 
Dim instance As DataSelectionMonitor
Dim handler As EventHandler(Of DataSelectionEventArgs)
 
AddHandler instance.DataSelectionChanged, handler
public event EventHandler<DataSelectionEventArgs> DataSelectionChanged
Event Data

The event handler receives an argument of type DataSelectionEventArgs containing data related to this event. The following DataSelectionEventArgs properties provide information specific to this event.

PropertyDescription
ObjectWithFocusReturns the object that had focus when the data selection occurred.  
TableNameReturns/sets the name of the table containing the data selection.  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSelectionMonitor Class
DataSelectionMonitor Members

 

 


Send Comment