Share via


OnDataBinding Method (Common)

Event handler for the DataBinding event.

protected virtual void OnDataBinding(
   System.EventArgs e
)

Parameters

  • e
    Specifies an EventArgs object containing the event data.

Remarks

This method is called in response to the DataBinding event. Override this method in derived classes to perform custom data binding. A derived class that overrides this method must always call the OnDataBinding method of its parent class.

See Also

Applies to: List Class | MobileControl Class | ObjectList Class | SelectionList Class