'Declaration
Public Event ActiveSheetChanging As ActiveSheetChangingEventHandler
'Usage
Dim instance As FpSpread Dim handler As ActiveSheetChangingEventHandler AddHandler instance.ActiveSheetChanging, handler
public event ActiveSheetChangingEventHandler ActiveSheetChanging
Event Data
The event handler receives an argument of type ActiveSheetChangingEventArgs containing data related to this event. The following ActiveSheetChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ActivatedSheetIndex | Gets or sets the index of the new active sheet. |
Cancel | Gets or sets whether to cancel the active sheet change. |
See Also