MainWeb.ColumnDeleting

MainWeb.ColumnDeleting event

Occurs when user is trying to delete a column from the client-side menu. You may handle this event and set the cancel parameter to True to cancel a deleting operation.

public event RowColumnEventHandler ColumnDeleting;

See Also