[]
Represents the event data for the ActiveSheetChanging event for the component, which occurs when the component changes to another active sheet.
public class ActiveSheetChangingEventArgs : EventArgs
Public Class ActiveSheetChangingEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| ActiveSheetChangingEventArgs(int) | Creates a new object with the ActiveSheetChanging event arguments. |
| Name | Description |
|---|---|
| ActivatedSheetIndex | Gets or sets the index of the new active sheet. |
| Cancel | Gets or sets whether to cancel the active sheet change. |