Skip to main content
Version: 3.5

ICommandSource

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines an object that can invoke a Command.

public interface ICommandSource

Properties

Instance memberCommand

ICommand: The command to execute.

Events

Instance memberCommandChanged

EventHandler Fired when the Command property changes.

Implemented By

NameDescription
ButtonRepresents a button control.
ButtonBaseImplements the basic functionality common to button controls.
CheckBoxRepresents a check box control.
LabelRepresents a label control.
LinkLabelRepresents an hyper-link control.
PictureBoxRepresents an image control.
RadioButtonEnables the user to select a single option from a group of choices when paired with other RadioButton controls.
DataGridViewButtonCellDisplays a button widget in a DataGridViewCell cell.
DataGridViewCheckBoxCellDisplays a CheckBox icon (not the actual control) in a DataGridViewCell cell.
DataGridViewComboBoxCellDisplays an editable ComboBox control in a DataGridViewCell cell when in edit mode.
DataGridViewDateTimePickerCellDisplays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.
DataGridViewImageCellDisplays an image in a DataGridViewCell cell.
DataGridViewLinkCellDisplays a link widget in a DataGridViewCell cell.
DataGridViewMaskedTextBoxCellDisplays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode.
DataGridViewNumericUpDownCellDisplays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.
DataGridViewTextBoxCellDisplays an editable TextBox control in a DataGridViewCell cell when in edit mode.
DataGridViewCellRepresents an individual cell in a DataGridView control.
DataGridViewColumnHeaderCellRepresents a column header in a DataGridView control.
DataGridViewHeaderCellContains functionality common to row header cells and column header cells.
DataGridViewRowHeaderCellRepresents a row header of a DataGridView control.
SplitButtonRepresents a split button control.
CheckedMenuItemRepresents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
LinkMenuItemRepresents 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.
MenuItemRepresents an individual item that is displayed within a MainMenu or ContextMenu.
ToolBarButtonRepresents an item in the ToolBar.