MenuButtonArgsSubscribeOnChanges Method

Note: This API is now obsolete.
Subscribes to the WorksheetStatusChanged of Worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use the WorksheetStatusChanged event on the Worksheet instance instead.")]
public void SubscribeOnChanges(
	WorksheetStatusChangedEventHandler handler
)

Parameters

handler  WorksheetStatusChangedEventHandler
Handler to add.

See Also