ScrollingBringingIntoViewEventArgs.RequestEventArgs Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'argomento dall'evento BringIntoViewRequestedEventArgs
RequestBringIntoView
che viene elaborato.
public:
property BringIntoViewRequestedEventArgs ^ RequestEventArgs { BringIntoViewRequestedEventArgs ^ get(); };
BringIntoViewRequestedEventArgs RequestEventArgs();
public BringIntoViewRequestedEventArgs RequestEventArgs { get; }
var bringIntoViewRequestedEventArgs = scrollingBringingIntoViewEventArgs.requestEventArgs;
Public ReadOnly Property RequestEventArgs As BringIntoViewRequestedEventArgs
Valore della proprietà
Argomento BringIntoViewRequestedEventArgs
dell'evento RequestBringIntoView
che viene elaborato.