Intersoft ClientUI Documentation
RoutedEvent Class Members
See Also  Fields  Properties  Methods  Send Feedback
Intersoft.Client.Framework Namespace : RoutedEvent Class


The following tables list the members exposed by RoutedEvent.

Public Constructors

 NameDescription
public ConstructorRoutedEvent ConstructorInitializes a new instance of RoutedEvent class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)LogicalParentPropertyIdentifies the LogicalParent attached property.  
Top

Public Properties

 NameDescription
public PropertyHandlerTypeGets the handler type of the routed event.  
public PropertyNameGets the identifying name of the routed event.  
public PropertyOwnerTypeGets the registered owner type of the routed event.  
public PropertyRoutingStrategyGets the routing strategy of the routed event.  
Top

Public Methods

 NameDescription
public MethodAddOwnerAssociates another owner class with this routed event, and enables routing of the event and handling on this class.  
public Methodstatic (Shared in Visual Basic)GetLogicalParentGetsthe logical parent element that associated to this routed event.  
public Methodstatic (Shared in Visual Basic)SetLogicalParentSets the logical parent element to be associated with this routed event.  
public MethodToString  
Top

See Also

© 2012 All Rights Reserved.