Window.AppCommand Method (Typed) | |
Provide a method that is invoked when an AppCommand event takes place.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AppCommand(
oACEvent AS AppCommandEvent
) AS LOGIC
public virtual bool AppCommand(
AppCommandEvent oACEvent
)
Request Example
View SourceParameters
- oACEvent
- Type: AppCommandEvent
The AppCommandEvent object that describes the event which was initiated.
Return Value
Type:
LogicRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
This event must be overridden in the application and must return TRUE to complete the processing.
See Also