Intersoft ClientUI Documentation
AddOwner Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > RoutedEvent Class : AddOwner Method






ownerType
Associates another owner class with this routed event, and enables routing of the event and handling on this class.

Syntax

Visual Basic (Declaration) 
Public Function AddOwner( _
   ByVal ownerType As Type _
) As RoutedEvent
Visual Basic (Usage)Copy Code
Dim instance As RoutedEvent
Dim ownerType As Type
Dim value As RoutedEvent
 
value = instance.AddOwner(ownerType)
C# 
public RoutedEvent AddOwner( 
   Type ownerType
)
Delphi 
public function AddOwner( 
    ownerType: Type
): RoutedEvent; 
JScript 
public function AddOwner( 
   ownerType : Type
) : RoutedEvent;
Managed Extensions for C++ 
public: RoutedEvent* AddOwner( 
   Type* ownerType
) 
C++/CLI 
public:
RoutedEvent^ AddOwner( 
   Type^ ownerType
) 

Parameters

ownerType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.