Class TileViewItem.CloseEventArgs
Inheritance
System.Object
TileViewItem.CloseEventArgs
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class CloseEventArgs : CancelEventArgs
Constructors
CloseEventArgs()
Declaration
public CloseEventArgs()
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Source
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |