Raises the DataBinding event.
Namespace:
CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Syntax
| C# |
|---|
protected override void OnDataBinding( EventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnDataBinding ( _ e As EventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnDataBinding( EventArgs^ e ) override |
Parameters
- e
- Type: System..::.EventArgs
An EventArgs object that contains the event data.