ScrollingBringingIntoViewEventArgs.RequestEventArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.