'宣言 Public Event RequestBringIntoView As System.Windows.RequestBringIntoViewEventHandler
public event System.Windows.RequestBringIntoViewEventHandler RequestBringIntoView
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.RequestBringIntoViewEventArgs 型の引数を受け取りました。次の RequestBringIntoViewEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Handled | System.Windows.RoutedEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
TargetObject | Gets the object that should be made visible in response to the event. |
TargetRect | Gets the rectangular region in the object's coordinate space which should be made visible. |
参照