Ribbon for WinForms
SelectedViewChanged イベント (IGalleryItemsPanel)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > IGalleryItemsPanel インターフェース : SelectedViewChanged イベント
Occurs when the selection rectangle changed.
シンタックス
'宣言
 
Event SelectedViewChanged As EventHandler(Of SelectedViewChangedEventArgs)
event EventHandler<SelectedViewChangedEventArgs> SelectedViewChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、SelectedViewChangedEventArgs 型の引数を受け取りました。次の SelectedViewChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets or sets the bounds of selected view.  
解説
Raise this event if you need to show the selected item in the expanded gallery after the item is selected.
参照