Class TileViewItem.CloseEventArgs
Inheritance
System.Object
TileViewItem.CloseEventArgs
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class CloseEventArgs : CancelEventArgs
Constructors
CloseEventArgs()
Initializes a new instance of the TileViewItem.CloseEventArgs class.
Declaration
public CloseEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the close operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Source
Gets or sets the source object that triggered the close event.
Declaration
public object Source { get; set; }
Property Value
| Type |
|---|
| System.Object |