Class GridQueryCanOleDragRangeEventArgs
Provides data about the cancelable QueryCanOleDragRange event.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridQueryCanOleDragRangeEventArgs : SyncfusionCancelEventArgs
Remarks
GridQueryCanOleDragRangeEventArgs is a custom event argument class used by the QueryCanOleDragRange event to determine whether a specified range can serve as an OLE drag source. The event is fired when the user hovers the mouse over the edge of a selected range.
You can disallow the specified range to be used as OLE Data Source when you assign true to System.ComponentModel.CancelEventArgs.Cancel.
Constructors
GridQueryCanOleDragRangeEventArgs(GridRangeInfo)
Initializes a new object.
Declaration
public GridQueryCanOleDragRangeEventArgs(GridRangeInfo range)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | The range to be used as OLE data source. |
Properties
Range
Gets the range to be used as OLE data source.
Declaration
[TraceProperty(true)]
public GridRangeInfo Range { get; }
Property Value
Type |
---|
GridRangeInfo |