RowsRemovedEventHandler Delegate | Office File API | DevExpress Documentation Skip to main content
Row

RowsRemovedEventHandler Delegate

A method that will handle the RowsRemoved event of the SpreadsheetControl.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

Declaration

[ComVisible(true)]
public delegate void RowsRemovedEventHandler(
    object sender,
    RowsChangedEventArgs e
);

Parameters

Remarks

When you create a RowsRemovedEventHandler delegate, you identify the method that handles the corresponding event. To associate the event with your event handler, add a delegate instance to this event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event handler delegates, see the following topic: Handle and Raise Events.

See Also
Use of this site constitutes acceptance of our Website Terms of Use and Privacy Policy (Updated). Cookies Settings