C# Class Octgn.Play.Gui.CardRun

Inheritance: System.Windows.Documents.Run
Exibir arquivo Open project: octgn/OCTGN

Public Properties

Property Type Description
ViewCardModelEvent System.Windows.RoutedEvent

Public Methods

Method Description
CardRun ( ChatCard card ) : System

Protected Methods

Method Description
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

Method Details

CardRun() public method

public CardRun ( ChatCard card ) : System
card ChatCard
return System

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

Property Details

ViewCardModelEvent public_oe static_oe property

public static RoutedEvent,System.Windows ViewCardModelEvent
return System.Windows.RoutedEvent