BringIntoViewRequestedEventArgs.TargetElement Property

Definition

Gets or sets the element that should be made visible in response to the event.

public:
 property UIElement ^ TargetElement { UIElement ^ get(); void set(UIElement ^ value); };
UIElement TargetElement();

void TargetElement(UIElement value);
public UIElement TargetElement { get; set; }
var uIElement = bringIntoViewRequestedEventArgs.targetElement;
bringIntoViewRequestedEventArgs.targetElement = uIElement;
Public Property TargetElement As UIElement

Property Value

The element that should be made visible in response to the event.

Applies to