| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal type As NamedStyleCollectionEventType, _ ByVal oldstyle As NamedStyle, _ ByVal newstyle As NamedStyle _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim type As NamedStyleCollectionEventType Dim oldstyle As NamedStyle Dim newstyle As NamedStyle Dim instance As New NamedStyleCollectionEventArgs(type, oldstyle, newstyle) | |
| C# | |
|---|---|
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
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family