Class RadRoutedEventArgs
Inheritance
System.Object
RadRoutedEventArgs
Namespace: Telerik.UI.Xaml
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRoutedEventArgs : RoutedEventArgs
Constructors
RadRoutedEventArgs()
Declaration
public RadRoutedEventArgs()
RadRoutedEventArgs(Object)
Declaration
public RadRoutedEventArgs(object source)
Parameters
System.
|
RadRoutedEventArgs(RoutedEvent)
RadRoutedEventArgs(RoutedEvent, Object)
Declaration
public RadRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
Routed
|
System.
|
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.
|
OriginalSource
Declaration
public object OriginalSource { get; }
Property Value
System.
|
RoutedEvent
Source
Declaration
public object Source { get; set; }
Property Value
System.
|
Methods
InvokeEventHandler(Delegate, Object)
Declaration
protected virtual void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.
|
System.
|
OnSetSource(Object)
Declaration
protected virtual void OnSetSource(object newSource)
Parameters
System.
|