Class GridRowDragLeaveEventArgs
Provides data for the
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridRowDragLeaveEventArgs : GridRowDragDropEventArgsBase
Constructors
GridRowDragLeaveEventArgs()
Initializes a new instance of GridRowDragLeaveEventArgs event.
Declaration
public GridRowDragLeaveEventArgs()
Properties
Handled
Gets and Sets a a value indicating whether the event is handled or not.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |