Class TileViewEventArgs
Represents the Tile View Event Args.
Inheritance
System.Object
TileViewEventArgs
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class TileViewEventArgs : EventArgs
Constructors
TileViewEventArgs()
Blank Constuctor
Declaration
public TileViewEventArgs()
TileViewEventArgs(TileViewItemState, TileViewItemState)
Initializes a new instance of the TileViewEventArgs class.
Declaration
public TileViewEventArgs(TileViewItemState oldState, TileViewItemState newState)
Parameters
Type | Name | Description |
---|---|---|
TileViewItemState | oldState | The old state. |
TileViewItemState | newState | The new state. |
Properties
NewState
Gets or sets the new state.
Declaration
public TileViewItemState NewState { get; set; }
Property Value
Type | Description |
---|---|
TileViewItemState | The new state. |
OldState
Gets or sets the old state.
Declaration
public TileViewItemState OldState { get; set; }
Property Value
Type | Description |
---|---|
TileViewItemState | The old state. |
Source
Gets or sets Source
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |