Class TileViewCancelEventArgs
Represents the Tile View Cancel Event Args.
Inheritance
System.Object
TileViewCancelEventArgs
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class TileViewCancelEventArgs : CancelEventArgs
Constructors
TileViewCancelEventArgs()
Blank Constuctor
Declaration
public TileViewCancelEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Source
Gets or sets the Source
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |