Intersoft ClientUI Documentation
HandledBy Property



Gets or sets the source object that handles this event.
Syntax
Public Property HandledBy As DependencyObject
Dim instance As ISRoutedEventArgs
Dim value As DependencyObject
 
instance.HandledBy = value
 
value = instance.HandledBy
public DependencyObject HandledBy {get; set;}
public:
property DependencyObject^ HandledBy {
   DependencyObject^ get();
   void set (    DependencyObject^ 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