MainWeb.RowDeleting

MainWeb.RowDeleting event

Occurs when user is trying to delete a row from the client-side menu. You may handle this event and throw a RejectDeleteException exception to cancel a deleting operation.

public event RowColumnEventHandler RowDeleting;

See Also