Class StyleChangedEventArgs
Provides data for the Changed event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class StyleChangedEventArgs : SyncfusionEventArgs
Constructors
StyleChangedEventArgs(StyleInfoProperty)
Initializes the object with the property that has changed.
Declaration
public StyleChangedEventArgs(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | Identifies the property that has changed. |
Properties
Sip
Returns the property that has changed.
Declaration
[TraceProperty(true)]
public StyleInfoProperty Sip { get; }
Property Value
Type |
---|
StyleInfoProperty |