FlexPivot for WinForms
DragRowColEventHandler デリゲート

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

パラメータ

sender
Object that fired the event.
e
DragRowColEventArgs object that contains the event data.
参照

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