Class RoutedEvent
Represents a routed event to the Silverlight event system.
Inheritance
System.Object
RoutedEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class RoutedEvent
Methods
| Improve this Doc View SourceToString()
Returns the string representation of the routed event.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The name of the routed event. |
Overrides
System.Object.ToString()