FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > SuperEditBase クラス : DropDown イベント |
'Declaration Public Event DropDown As DropDownEventHandler
'使用法 Dim instance As SuperEditBase Dim handler As DropDownEventHandler AddHandler instance.DropDown, handler
public event DropDownEventHandler DropDown
イベント ハンドラが、このイベントに関連するデータを含む、DropDownEventArgs 型の引数を受け取りました。次の DropDownEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
Cancel | DropDownイベントとアクションをキャンセルするかどうかを取得または設定します。 |