Tablero.MoverFicha Event

Chatu Queens

TableroMoverFicha Event

Se produce cuando se mueve una ficha.

Namespace:  Draughts
Assembly:  Draughts (in Draughts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event TableroEventoFicha MoverFicha
Public Event MoverFicha As TableroEventoFicha
public:
 event TableroEventoFicha^ MoverFicha {
	void add (TableroEventoFicha^ value);
	void remove (TableroEventoFicha^ value);
}
member MoverFicha : IEvent<TableroEventoFicha,
    FichaEventArgs>

Value

Type: DraughtsTableroEventoFicha
See Also