Share via


ScrollingBringingIntoViewEventArgs.RequestEventArgs プロパティ

定義

処理中の 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イベントの引数。

適用対象

こちらもご覧ください