OnValidate Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| TreeListItemCollection..::..OnValidate Method |
| TreeListItemCollection Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
protected override void OnValidate( Object value ) |
| Visual Basic |
|---|
Protected Overrides Sub OnValidate ( _ value As Object _ ) |
| Visual C++ |
|---|
protected: virtual void OnValidate( Object^ value ) override |
Parameters
- value
- Type: System..::..Object