PowerTools SPREAD for ASP.NET 8.0J
NamedStyleCollectionEventArgs コンストラクタ

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

パラメータ

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

NamedStyleCollectionEventArgs クラス
NamedStyleCollectionEventArgs メンバ

 

 


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