Intersoft ClientUI Documentation
AddOwner Method



Associates another owner class with this routed event, and enables routing of the event and handling on this class.
Syntax
Public Function AddOwner( _
   ByVal ownerType As Type _
) As RoutedEvent
Dim instance As RoutedEvent
Dim ownerType As Type
Dim value As RoutedEvent
 
value = instance.AddOwner(ownerType)
public RoutedEvent AddOwner( 
   Type ownerType
)
public:
RoutedEvent^ AddOwner( 
   Type^ ownerType
) 

Parameters

ownerType
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

RoutedEvent Class
RoutedEvent Members

Send Feedback