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

ActiveSheetChangedEventHandler Delegate

A method that will handle the SpreadsheetControl.ActiveSheetChanged event.

Namespace: DevExpress.Spreadsheet

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

Declaration

[ComVisible(true)]
public delegate void ActiveSheetChangedEventHandler(
    object sender,
    ActiveSheetChangedEventArgs e
);

Parameters

Remarks

When you create an ActiveSheetChangedEventHandler 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