| FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : ResolveCustomControl イベント |
'宣言Public Event ResolveCustomControl As EventHandler(Of ResolveCustomControlEventArgs)
public event EventHandler<ResolveCustomControlEventArgs> ResolveCustomControl
イベント ハンドラが、このイベントに関連するデータを含む、ResolveCustomControlEventArgs 型の引数を受け取りました。次の ResolveCustomControlEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Command | コントロールの関連コマンドを取得します。 |
| Control | カスタムコントロールを取得または設定します。 |
| Spread | FpSpreadコントロールを取得します。 |
| Tag | イベントの関連データを取得します。 |
| Type | カスタムコントロールのタイプ。 |