[]
        
Initializes a new NamedStyleCollectionEventArgs object with the specified type and styles.
public NamedStyleCollectionEventArgs(NamedStyleCollectionEventType type, NamedStyle oldstyle, NamedStyle newstyle)
Public Sub New(type As NamedStyleCollectionEventType, oldstyle As NamedStyle, newstyle As NamedStyle)
| Type | Name | Description | 
|---|---|---|
| NamedStyleCollectionEventType | type | Type of event to occur  | 
    
| NamedStyle | oldstyle | Old style, or null if not applicable  | 
    
| NamedStyle | newstyle | New style, or null if not applicable  |