VODataGridView.BrowserVisibilityChanged Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD BrowserVisibilityChanged(
o AS Object,
e AS EventArgs
) AS VOID
public virtual void BrowserVisibilityChanged(
Object o,
EventArgs e
)
Request Example
View SourceParameters
- o
- Type: Object
- e
- Type: EventArgs
See Also