Delegate
DragStartedEvent

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Margins

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public delegate void DragStartedEvent(object sender, DragStartedEventArgs e)

Constructors

DragStartedEvent(object, IntPtr)

Declaration

cs-api-definition
public DragStartedEvent(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, DragStartedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DragStartedEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

DragStartedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, DragStartedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, DragStartedEventArgs e)

Parameters

sender

object

e

DragStartedEventArgs