'宣言 Public Event HideInsertionPoint As RoutedEventHandler
public event RoutedEventHandler HideInsertionPoint
イベント ハンドラが、このイベントに関連するデータを含む、RoutedEventArgs 型の引数を受け取りました。次の RoutedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. |
OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class. |
RoutedEvent | Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance. |
Source | Gets or sets a reference to the object that raised the event. |
注: 挿入ポイントを表す要素は、名前が「PART_InsertionPoint」の TemplatePart として GroupByAreaBase によって定義されます。GroupByAreaBase のテンプレートを置き換える場合は、おそらくその名前の要素を組み込むでしょう。GroupByAreaBase は、必要に応じてユーザーが GroupByAreaFieldLabel をドラッグするときに移動ポイントを自動的に移動します。挿入ポイントを非表示にする必要がある場合、このイベントも発生します。このイベントをリスニングして挿入ポイント 要素を非表示にするテンプレートに EventTrigger を含める必要があります。