Share via


ScrollingBringingIntoViewEventArgs.RequestEventArgs Property

Definition

Gets the BringIntoViewRequestedEventArgs argument from the RequestBringIntoView event that is being processed.

public:
 property BringIntoViewRequestedEventArgs ^ RequestEventArgs { BringIntoViewRequestedEventArgs ^ get(); };
BringIntoViewRequestedEventArgs RequestEventArgs();
public BringIntoViewRequestedEventArgs RequestEventArgs { get; }
var bringIntoViewRequestedEventArgs = scrollingBringingIntoViewEventArgs.requestEventArgs;
Public ReadOnly Property RequestEventArgs As BringIntoViewRequestedEventArgs

Property Value

The BringIntoViewRequestedEventArgs argument from the RequestBringIntoView event that is being processed.

Applies to

See also