Class RequestBringIntoViewEventArgs
Implements event arguments for request bring into view routed event
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)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class RequestBringIntoViewEventArgs : RoutedEventArgs
Constructors
RequestBringIntoViewEventArgs(DependencyObject, Rect)
Initializes a new instance of the RequestBringIntoViewEventArgs class.
Declaration
public RequestBringIntoViewEventArgs(DependencyObject target, Rect targetRect)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | target | The target. |
| EmptyKeys.UserInterface.Rect | targetRect | The target rect. |
Properties
TargetObject
Gets or sets the target object.
Declaration
public DependencyObject TargetObject { get; set; }
Property Value
| Type | Description |
|---|---|
| DependencyObject | The target object. |
TargetRect
Gets or sets the target rect.
Declaration
public Rect TargetRect { get; set; }
Property Value
| Type | Description |
|---|---|
| EmptyKeys.UserInterface.Rect | The target rect. |
Methods
InvokeEventHandler(Delegate, Object)
Invokes the event handler.
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object target)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Delegate | genericHandler | The generic handler. |
| System.Object | target | The target. |