Form.addOnMenuStart

Overview | Methods | This Package | All Packages

Form.addOnMenuStart

Assigns a delegate to the menuStart event.

Syntax

public final void addOnMenuStart( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The menuStart event occurs when the form's main menu receives the input focus.

See Also   onMenuStart, removeOnMenuStart


Send feedback to MSDN.Look here for MSDN Online resources.