Window.MenuCommand Method (Typed) | |
Provide a method that is invoked when an item on a menu owned by this window is selected.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD MenuCommand(
oMenuCommandEvent AS MenuCommandEvent
) AS USUAL
public virtual Usual MenuCommand(
MenuCommandEvent oMenuCommandEvent
)
Request Example
View SourceParameters
- oMenuCommandEvent
- Type: MenuCommandEvent
The MenuCommandEvent object that describes which menu and menu command (via the item's ID) generated the event.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also