Spread WPF Documentation
SourceUpdated Event (DataValidationListBox)


Syntax
'Declaration
 
Public Event SourceUpdated As System.EventHandler(Of DataTransferEventArgs)
'Usage
 
Dim instance As DataValidationListBox
Dim handler As System.EventHandler(Of DataTransferEventArgs)
 
AddHandler instance.SourceUpdated, handler
public event System.EventHandler<DataTransferEventArgs> SourceUpdated
Event Data

The event handler receives an argument of type System.Windows.Data.DataTransferEventArgs containing data related to this event. The following DataTransferEventArgs properties provide information specific to this event.

PropertyDescription
Handled (Inherited from System.Windows.RoutedEventArgs)
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
PropertyGets the specific binding target property that is involved in the data transfer event.  
RoutedEvent (Inherited from System.Windows.RoutedEventArgs)
Source (Inherited from System.Windows.RoutedEventArgs)
TargetObjectGets the binding target object of the binding that raised the event.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

DataValidationListBox Class
DataValidationListBox Members

 

 


Copyright © GrapeCity, inc. All rights reserved.