[]
Raises the performing action events, such as move, resize, delete, cut and paste.
protected void RaiseActionDoing(CancelEventArgs e)
Protected Sub RaiseActionDoing(e As CancelEventArgs)
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. |