Class CloseButtonEventArgs
Class Represents the close button event args
Inheritance
System.Object
CloseButtonEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class CloseButtonEventArgs : EventArgs
Constructors
CloseButtonEventArgs(UIElement)
Initializes a new instance of the CloseButtonEventArgs class.
Declaration
public CloseButtonEventArgs(UIElement targetItem)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | targetItem | The target item. |
Properties
Cancel
Gets or Sets the Cancel value
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TargetItem
Gets or sets the target item.
Declaration
public UIElement TargetItem { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.UIElement | The target item. |