PowerTools SPREAD for Windows Forms 8.0J
NamedStyleCollectionEventArgs コンストラクタ


発生するイベントの種類
古いスタイル、ない場合はNull
新しいスタイル、ない場合はNull
イベントの種類とスタイルを指定して、新しいNamedStyleCollectionEventArgsを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal type As NamedStyleCollectionEventType, _
   ByVal oldstyle As NamedStyle, _
   ByVal newstyle As NamedStyle _
)
'使用法
 
Dim type As NamedStyleCollectionEventType
Dim oldstyle As NamedStyle
Dim newstyle As NamedStyle
 
Dim instance As New NamedStyleCollectionEventArgs(type, oldstyle, newstyle)
public NamedStyleCollectionEventArgs( 
   NamedStyleCollectionEventType type,
   NamedStyle oldstyle,
   NamedStyle newstyle
)

パラメータ

type
発生するイベントの種類
oldstyle
古いスタイル、ない場合はNull
newstyle
新しいスタイル、ない場合はNull
参照

NamedStyleCollectionEventArgs クラス
NamedStyleCollectionEventArgs メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.