Class TileViewEventArgs
Represents the Tile View Event Args.
Inheritance
System.Object
System.EventArgs
TileViewEventArgs
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)
System.Object.ToString()
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 |