バージョン

GridBehaviorEvents.GeneratingCellAttributesHandler デリゲート

GeneratingCellAttributes イベントのデリゲート。
シンタックス
'宣言
 
Public Delegate Sub GridBehaviorEvents.GeneratingCellAttributesHandler( _
   ByVal sender As Object, _
   ByVal e As GeneratingCellAttributesEventArgs _
) 
public delegate void GridBehaviorEvents.GeneratingCellAttributesHandler( 
   object sender,
   GeneratingCellAttributesEventArgs e
)

パラメータ

sender
送信元。
e
イベント引数
参照