public event ItemEventHandler ItemUpdated
'Declaration Public Event ItemUpdated As ItemEventHandler
'Declaration
Public Event ItemUpdated As ItemEventHandler
'使用法 Dim instance As ExcelSparklineGroup Dim handler As ItemEventHandler AddHandler instance.ItemUpdated, handler
'使用法
Dim instance As ExcelSparklineGroup Dim handler As ItemEventHandler AddHandler instance.ItemUpdated, handler
イベント ハンドラが、このイベントに関連するデータを含む、ItemEventArgs 型の引数を受け取りました。次の ItemEventArgs プロパティには、このイベントの固有の情報が記載されます。
ExcelSparklineGroup クラス ExcelSparklineGroup メンバ
© 2004-2017, GrapeCity inc. All rights reserved.