Class RequestBringIntoViewEventArgs
Provides data for the System.Windows.FrameworkElement.RequestBringIntoView routed event.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RequestBringIntoViewEventArgs : RadRoutedEventArgs
Properties
TargetObject
Gets the object that should be made visible in response to the event.
Declaration
public DependencyObject TargetObject { get; }
Property Value
System.Windows.DependencyObject
The object that called System.Windows.FrameworkElement.BringIntoView. |
TargetRect
Gets the rectangular region in the object's coordinate space which should be made visible.
Declaration
public Rect TargetRect { get; }
Property Value
System.Windows.Rect
The requested rectangular space. |
Methods
InvokeEventHandler(Delegate, Object)
Invokes a type-specific handler on the target whenever the System.Windows.FrameworkElement.RequestBringIntoView event is raised.
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.Delegate
genericHandler
The generic handler to call in a type-specific way. |
System.Object
genericTarget
The target to call the handler on. |