[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedStyleCollectionEventArgs

NamedStyleCollectionEventArgs Class

Represents the event data for the NamedStyleCollection object's Changed event.

Inheritance
NamedStyleCollectionEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class NamedStyleCollectionEventArgs : EventArgs
Public Class NamedStyleCollectionEventArgs
    Inherits EventArgs

Constructors

Name Description
NamedStyleCollectionEventArgs(NamedStyleCollectionEventType, NamedStyle, NamedStyle)

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

Properties

Name Description
NewStyle

Gets the new style that was added, or null if no style was added.

OldStyle

Gets the old style that was removed or changed, or null if no style was removed or changed.

Type

Gets the type of event that occurred.