ButtonAction Delegate

Handler of action on MenuButton.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void ButtonAction(
	MenuButtonArgs args
)

Parameters

args  MenuButtonArgs
Arguments of the menu button action.

See Also