バージョン

BeforeRowLayoutItemResizedEventArgs コンストラクタ(ILayoutItem,Size,Size,RowLayoutItemResizeType,Int32,Int32)

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal item As Infragistics.Win.Layout.ILayoutItem, _
   ByVal oldSize As Size, _
   ByVal newSize As Size, _
   ByVal resizeType As RowLayoutItemResizeType, _
   ByVal oldSpan As Integer, _
   ByVal newSpan As Integer _
)
public BeforeRowLayoutItemResizedEventArgs( 
   Infragistics.Win.Layout.ILayoutItem item,
   Size oldSize,
   Size newSize,
   RowLayoutItemResizeType resizeType,
   int oldSpan,
   int newSpan
)

パラメータ

item
サイズ変更される行レイアウト項目。
oldSize
古いサイズ。
newSize
新しいサイズ。
resizeType
実行するサイズ変更操作のタイプ。
oldSpan
古いスパン
newSpan
新しいスパン
参照