ComponentOne Basic Library for WPF and Silverlight
Source Property (SelectionChangingEventArgs)


C1.WPF Namespace > SelectionChangingEventArgs Class : Source Property
Syntax
'Declaration
 
Public Property Source As System.Object
'Usage
 
Dim instance As SelectionChangingEventArgs
Dim value As System.Object
 
instance.Source = value
 
value = instance.Source
public System.object Source {get; set;}
See Also

Reference

SelectionChangingEventArgs Class
SelectionChangingEventArgs Members