Intersoft ClientUI Documentation
RoutedEvent Constructor



Initializes a new instance of RoutedEvent class.
Syntax
Public Function New( _
   ByVal name As String, _
   ByVal routingStrategy As RoutingStrategy, _
   ByVal handlerType As Type, _
   ByVal ownerType As Type _
)
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)
public RoutedEvent( 
   string name,
   RoutingStrategy routingStrategy,
   Type handlerType,
   Type ownerType
)
public:
RoutedEvent( 
   String^ name,
   RoutingStrategy routingStrategy,
   Type^ handlerType,
   Type^ ownerType
)

Parameters

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