Intersoft ClientUI Documentation
RoutedEvent Property



Gets or sets the RoutedEvent associated with this RoutedEventArgs instance.
Syntax
Public Property RoutedEvent As RoutedEvent
Dim instance As ISRoutedEventArgs
Dim value As RoutedEvent
 
instance.RoutedEvent = value
 
value = instance.RoutedEvent
public RoutedEvent RoutedEvent {get; set;}
public:
property RoutedEvent^ RoutedEvent {
   RoutedEvent^ get();
   void set (    RoutedEvent^ value);
}
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

ISRoutedEventArgs Class
ISRoutedEventArgs Members

Send Feedback