ColumnWidthChangedEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ColumnWidthChangedEventArgs() | |
ColumnWidthChangedEventArgs(Int32, Int32) |
ColumnWidthChangedEventArgs()
protected:
ColumnWidthChangedEventArgs();
protected ColumnWidthChangedEventArgs ();
Protected Sub New ()
Applies to
ColumnWidthChangedEventArgs(Int32, Int32)
public:
ColumnWidthChangedEventArgs(int nColIndex, int nNewColWidth);
public ColumnWidthChangedEventArgs (int nColIndex, int nNewColWidth);
new Microsoft.ReportingServices.QueryDesigners.ColumnWidthChangedEventArgs : int * int -> Microsoft.ReportingServices.QueryDesigners.ColumnWidthChangedEventArgs
Public Sub New (nColIndex As Integer, nNewColWidth As Integer)
Parameters
- nColIndex
- Int32
- nNewColWidth
- Int32