C# Class SourceGrid.Cells.Controllers.MouseInvalidate

A behavior that invalidate the cell on mouse events
Inheritance: ControllerBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

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

Méthodes publiques

Méthode Description
MouseInvalidate ( ) : System

Constructor

OnMouseDown ( CellContext sender, MouseEventArgs e ) : void

OnMouseEnter ( CellContext sender, EventArgs e ) : void

OnMouseLeave ( CellContext sender, EventArgs e ) : void

OnMouseUp ( CellContext sender, MouseEventArgs e ) : void

Method Details

MouseInvalidate() public méthode

Constructor
public MouseInvalidate ( ) : System
Résultat System

OnMouseDown() public méthode

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

OnMouseEnter() public méthode

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

OnMouseLeave() public méthode

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

OnMouseUp() public méthode

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

Property Details

Default public_oe static_oe property

Default implementation.
public static MouseInvalidate,SourceGrid.Cells.Controllers Default
Résultat MouseInvalidate