DataGrid.CursorChanged イベント

定義

Cursor プロパティの値が変化したときに発生します。

public:
 event EventHandler ^ CursorChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler CursorChanged;
[<System.ComponentModel.Browsable(false)>]
member this.CursorChanged : EventHandler 
Public Custom Event CursorChanged As EventHandler 

イベントの種類

属性

注釈

プロパティは Cursor 、このコントロールでは意味がありませんが、その値を変更し、イベントを CursorChanged 処理して変更を検出できます。

適用対象