リサイズはクリックかドラッグ

ListHeader メソッド

ListHeader 型は下記のメンバーを公開します。

メソッド
  名前説明
Public メソッドOnApplyTemplate
派生クラスでオーバーライドされた場合、このメソッドは、アプリケーションコードまたは内部プロセスによって ApplyTemplate が呼び出されるたびに実行されます。
(FrameworkElementOnApplyTemplateをオーバーライド)
Protected メソッドOnContentChanged
Content プロパティの値が変更されたときに呼び出されます。
(ContentControlOnContentChanged(Object, Object)をオーバーライド)
Protected メソッドOnLostMouseCapture
派生クラスでデリゲートを結び付けずにイベントを処理するため、LostMouseCapture イベントが発生する前に呼び出されます。
(UIElementOnLostMouseCapture(MouseEventArgs)をオーバーライド)
Protected メソッドOnMouseEnter
MouseEnter イベントが発生する前に呼び出されます。
(UIElementOnMouseEnter(MouseEventArgs)をオーバーライド)
Protected メソッドOnMouseLeave
MouseLeave イベントが発生する前に呼び出されます。
(UIElementOnMouseLeave(MouseEventArgs)をオーバーライド)
Protected メソッドOnMouseLeftButtonDown
MouseLeftButtonDown イベントが発生する前に呼び出されます。
(UIElementOnMouseLeftButtonDown(MouseButtonEventArgs)をオーバーライド)
Protected メソッドOnMouseLeftButtonUp
MouseLeftButtonUp イベントが発生する前に呼び出されます。
(UIElementOnMouseLeftButtonUp(MouseButtonEventArgs)をオーバーライド)
Protected メソッドOnMouseMove
MouseMove イベントが発生する前に呼び出されます。
(UIElementOnMouseMove(MouseEventArgs)をオーバーライド)
トップ
関連項目