ComponentOne Basic Library for WPF and Silverlight
RoutedEvent Property


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

Reference

SelectionChangingEventArgs Class
SelectionChangingEventArgs Members