C# Class SourceGrid.Cells.Controllers.CellEventDispatcher

This controller dispatch each event to the specified cell. This controller can be shared between multiple cells and is usually used as the default Grid.Controller. Removing this controller can cause unexpected behaviors.
Inheritance: ControllerBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Свойство Type Description
Default CellEventDispatcher

Méthodes publiques

Méthode Description
CanReceiveFocus ( CellContext sender, EventArgs e ) : bool
OnClick ( CellContext sender, EventArgs e ) : void

OnDoubleClick ( CellContext sender, EventArgs e ) : void

OnDragDrop ( CellContext sender, DragEventArgs e ) : void

OnDragEnter ( CellContext sender, DragEventArgs e ) : void

OnDragLeave ( CellContext sender, EventArgs e ) : void

OnDragOver ( CellContext sender, DragEventArgs e ) : void

OnEditEnded ( CellContext sender, EventArgs e ) : void

Fired when editing is ended

OnEditStarted ( CellContext sender, EventArgs e ) : void
OnEditStarting ( CellContext sender, System e ) : void
OnFocusEntered ( CellContext sender, EventArgs e ) : void

OnFocusEntering ( CellContext sender, System e ) : void
OnFocusLeaving ( CellContext sender, System e ) : void
OnFocusLeft ( CellContext sender, EventArgs e ) : void

OnGiveFeedback ( CellContext sender, GiveFeedbackEventArgs e ) : void

OnKeyDown ( CellContext sender, KeyEventArgs e ) : void

OnKeyPress ( CellContext sender, KeyPressEventArgs e ) : void

OnKeyUp ( CellContext sender, KeyEventArgs e ) : void
OnMouseDown ( CellContext sender, MouseEventArgs e ) : void
OnMouseEnter ( CellContext sender, EventArgs e ) : void
OnMouseLeave ( CellContext sender, EventArgs e ) : void
OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
OnMouseUp ( CellContext sender, MouseEventArgs e ) : void
OnValueChanged ( CellContext sender, EventArgs e ) : void

Fired when the SetValue method is called.

OnValueChanging ( CellContext sender, DevAge e ) : void

Method Details

CanReceiveFocus() public méthode

public CanReceiveFocus ( CellContext sender, EventArgs e ) : bool
sender CellContext
e System.EventArgs
Résultat bool

OnClick() public méthode

public OnClick ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

OnDragDrop() public méthode

public OnDragDrop ( CellContext sender, DragEventArgs e ) : void
sender CellContext
e System.Windows.Forms.DragEventArgs
Résultat void

OnDragEnter() public méthode

public OnDragEnter ( CellContext sender, DragEventArgs e ) : void
sender CellContext
e System.Windows.Forms.DragEventArgs
Résultat void

OnDragLeave() public méthode

public OnDragLeave ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

OnDragOver() public méthode

public OnDragOver ( CellContext sender, DragEventArgs e ) : void
sender CellContext
e System.Windows.Forms.DragEventArgs
Résultat void

OnEditEnded() public méthode

Fired when editing is ended
public OnEditEnded ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

OnEditStarted() public méthode

public OnEditStarted ( CellContext sender, EventArgs e ) : void
sender CellContext
e EventArgs
Résultat void

OnEditStarting() public méthode

public OnEditStarting ( CellContext sender, System e ) : void
sender CellContext
e System
Résultat void

OnFocusEntered() public méthode

public OnFocusEntered ( CellContext sender, EventArgs e ) : void
sender CellContext
e EventArgs
Résultat void

OnFocusEntering() public méthode

public OnFocusEntering ( CellContext sender, System e ) : void
sender CellContext
e System
Résultat void

OnFocusLeaving() public méthode

public OnFocusLeaving ( CellContext sender, System e ) : void
sender CellContext
e System
Résultat void

OnFocusLeft() public méthode

public OnFocusLeft ( CellContext sender, EventArgs e ) : void
sender CellContext
e EventArgs
Résultat void

OnGiveFeedback() public méthode

public OnGiveFeedback ( CellContext sender, GiveFeedbackEventArgs e ) : void
sender CellContext
e GiveFeedbackEventArgs
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( CellContext sender, KeyEventArgs e ) : void
sender CellContext
e KeyEventArgs
Résultat void

OnKeyPress() public méthode

public OnKeyPress ( CellContext sender, KeyPressEventArgs e ) : void
sender CellContext
e KeyPressEventArgs
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( CellContext sender, KeyEventArgs e ) : void
sender CellContext
e KeyEventArgs
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( CellContext sender, MouseEventArgs e ) : void
sender CellContext
e MouseEventArgs
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( CellContext sender, EventArgs e ) : void
sender CellContext
e EventArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( CellContext sender, EventArgs e ) : void
sender CellContext
e EventArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
sender CellContext
e MouseEventArgs
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( CellContext sender, MouseEventArgs e ) : void
sender CellContext
e MouseEventArgs
Résultat void

OnValueChanged() public méthode

Fired when the SetValue method is called.
public OnValueChanged ( CellContext sender, EventArgs e ) : void
sender CellContext
e EventArgs
Résultat void

OnValueChanging() public méthode

public OnValueChanging ( CellContext sender, DevAge e ) : void
sender CellContext
e DevAge
Résultat void

Property Details

Default public_oe static_oe property

The default behavior of a cell.
public static CellEventDispatcher,SourceGrid.Cells.Controllers Default
Résultat CellEventDispatcher