Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected virtual void OnValidateCell(
ValidateCellEventArgs e
) |
Visual Basic |
---|
Protected Overridable Sub OnValidateCell (
e As ValidateCellEventArgs
) |
Visual C++ |
---|
protected:
virtual void OnValidateCell(
ValidateCellEventArgs^ e
) |
F# |
---|
abstract OnValidateCell :
e : ValidateCellEventArgs -> unit
override OnValidateCell :
e : ValidateCellEventArgs -> unit |
Parameters
- e
- Type: Dapfor.Net.Ui..::..ValidateCellEventArgs
The ValidateCellEventArgs instance containing the event data.
See Also