Spread Windows Forms 9.0 Product Documentation
NamedStyleCollectionEventArgs Constructor


Type of event to occur
Old style, or null if not applicable
New style, or null if not applicable
Initializes a new NamedStyleCollectionEventArgs object with the specified type and styles.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As NamedStyleCollectionEventType, _
   ByVal oldstyle As NamedStyle, _
   ByVal newstyle As NamedStyle _
)
'Usage
 
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
)

Parameters

type
Type of event to occur
oldstyle
Old style, or null if not applicable
newstyle
New style, or null if not applicable
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

NamedStyleCollectionEventArgs Class
NamedStyleCollectionEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.