Control.Deactivate Method (Typed) | |
Provide a method that is invoked when the control has focus and a window is deactivated.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Deactivate(
oEvent AS Event
) AS VOID
public virtual void Deactivate(
Event oEvent
)
Request Example
View SourceParameters
- oEvent
- Type: Event
An empty event required to maintain the protocol that all event handlers have exactly one event as their argument.
Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
This event handler is normally invoked when another application, window or control becomes activated.
See Also