[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FpChart.RaiseActionDoing

RaiseActionDoing Method

RaiseActionDoing(CancelEventArgs)

Raises the performing action events, such as move, resize, delete, cut and paste.

Declaration
protected void RaiseActionDoing(CancelEventArgs e)
Protected Sub RaiseActionDoing(e As CancelEventArgs)
Parameters
Type Name Description
CancelEventArgs e

The CancelEventArgs instance containing the event data. The actual types of the event could be MoveResizeCancelEventArgs, MoveResizeCancelEventArgs, DeleteCancelEventArgs, ClipboardPasteCancelEventArgs, ClipboardCutCancelEventArgs.