[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedStyleCollectionEventArgs.-ctor

NamedStyleCollectionEventArgs Constructor

NamedStyleCollectionEventArgs(NamedStyleCollectionEventType, NamedStyle, NamedStyle)

Initializes a new NamedStyleCollectionEventArgs object with the specified type and styles.

Declaration
public NamedStyleCollectionEventArgs(NamedStyleCollectionEventType type, NamedStyle oldstyle, NamedStyle newstyle)
Public Sub New(type As NamedStyleCollectionEventType, oldstyle As NamedStyle, newstyle As NamedStyle)
Parameters
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