BindableComponent

Wisej.Web.BindableComponent

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Extends Component and enables the component to participated if data binding operations and have their own DataBindings.

public class BindableComponent : Component, IBindableComponent, IBindableComponent

Constructors

BindableComponent()

Initializes a new instance of BindableComponent.

Properties

BindingContext

BindingContext: Returns or sets the BindingContext for the component.

DataBindings

ControlBindingsCollection: Returns the data bindings for the component.

Methods

OnBindingContextChanged(e)

Fires the BindingContextChanged event.

Parameter
Type
Description

e

An EventArgs that contains the event data.

OnParentBindingContextChanged(e)

Fires the BindingContextChanged event when the BindingContext property value of the component's container changes.

Parameter
Type
Description

e

An EventArgs that contains the event data.

Events

BindingContextChanged

EventHandler Occurs when the value of the BindingContext property changes.

Inherited By

Name
Description

Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.

Represents a context menu associated to a Control.

Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.

Represents the main menu in a Form.

Represents the base functionality for all menus.

Represents an individual item that is displayed within a MainMenu or ContextMenu.

Represents a panel in a StatusBar control that can host any Control.

Represents a panel in a StatusBar control.

Represents an item in the ToolBar.

Implements

Name
Description

Provides access to the UserData and Tag properties associated to the component implementing this interface.

Bindable components implement this interface.

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?