Class StyleChangedEventArgs
Provides data for the Changed event.
Inheritance
System.Object
StyleChangedEventArgs
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class StyleChangedEventArgs : EventArgs
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
public StyleInfoProperty Sip { get; }
Property Value
Type |
---|
StyleInfoProperty |