Objective Grid for Microsoft® .NET® Reference Guide

StoreMoveColsEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal fromCol As Integer, _
   ByVal toCol As Integer, _
   ByVal destCol As Integer, _
   ByVal processed As Boolean _
)
[C#]
public StoreMoveColsEventArgs(
   int fromCol,
   int toCol,
   int destCol,
   bool processed
);

Parameters

fromCol
The starting column in the range of columns to move
toCol
The ending column in the range of columns to move
destCol
The destination column, where the columns are moved to
processed
True if an overridden method stores the data

Remarks

    

    

    

See Also

StoreMoveColsEventArgs Class | StoreMoveColsEventArgs Members | Stingray.Grid Namespace