ScrollingBringingIntoViewEventArgs.RequestEventArgs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
BringIntoViewRequestedEventArgs
從正在處理的事件取得RequestBringIntoView
自變數。
public:
property BringIntoViewRequestedEventArgs ^ RequestEventArgs { BringIntoViewRequestedEventArgs ^ get(); };
BringIntoViewRequestedEventArgs RequestEventArgs();
public BringIntoViewRequestedEventArgs RequestEventArgs { get; }
var bringIntoViewRequestedEventArgs = scrollingBringingIntoViewEventArgs.requestEventArgs;
Public ReadOnly Property RequestEventArgs As BringIntoViewRequestedEventArgs
屬性值
BringIntoViewRequestedEventArgs
正在處理之事件的自變數RequestBringIntoView
。