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






name
routingStrategy
handlerType
ownerType
Initializes a new instance of RoutedEvent class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal routingStrategy As RoutingStrategy, _
   ByVal handlerType As Type, _
   ByVal ownerType As Type _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim routingStrategy As RoutingStrategy
Dim handlerType As Type
Dim ownerType As Type
 
Dim instance As New RoutedEvent(name, routingStrategy, handlerType, ownerType)
C# 
public RoutedEvent( 
   string name,
   RoutingStrategy routingStrategy,
   Type handlerType,
   Type ownerType
)
Delphi 
public RoutedEvent( 
    name: String;
    routingStrategy: RoutingStrategy;
    handlerType: Type;
    ownerType: Type
); 
JScript 
public function RoutedEvent( 
   name : String,
   routingStrategy : RoutingStrategy,
   handlerType : Type,
   ownerType : Type
);
Managed Extensions for C++ 
public: RoutedEvent( 
   string* name,
   RoutingStrategy routingStrategy,
   Type* handlerType,
   Type* ownerType
)
C++/CLI 
public:
RoutedEvent( 
   String^ name,
   RoutingStrategy routingStrategy,
   Type^ handlerType,
   Type^ ownerType
)

Parameters

name
routingStrategy
handlerType
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.