DataBrowser.OnCellPainting Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD OnCellPainting(
Sender AS Object,
e AS DataGridViewCellPaintingEventArgs
) AS VOID
public virtual void OnCellPainting(
Object Sender,
DataGridViewCellPaintingEventArgs e
)
Request Example
View SourceParameters
- Sender
- Type: Object
- e
- Type: DataGridViewCellPaintingEventArgs
See Also