FlexPivot for WinForms
UnboundValueEventHandler デリゲート

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : UnboundValueEventHandler デリゲート
C1FlexGridBase object that raised the event.
UnboundValueEventArgs that contains the event data.
Represents the method that will handle the GetUnboundValue and C1FlexGridBase.SetUnboundValue events.
シンタックス
'宣言
 
Public Delegate Sub UnboundValueEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As UnboundValueEventArgs _
) 
public delegate void UnboundValueEventHandler( 
   System.object sender,
   UnboundValueEventArgs e
)

パラメータ

sender
C1FlexGridBase object that raised the event.
e
UnboundValueEventArgs that contains the event data.
参照

UnboundValueEventHandler メンバ
C1.Win.C1FlexGrid 名前空間