C# Class Octgn.DeckBuilder.DeckEditorPreviewControl

Interaction logic for DeckEditorPreviewControl.xaml
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: octgn/OCTGN

Méthodes publiques

Свойство Type Description
GameProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
DeckEditorPreviewControl ( ) : System
SetGame ( Game game ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
BackArrowMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
DeleteImageMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ForwardArrowMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnImageDragEnter ( object sender, System.Windows.DragEventArgs args ) : void
OnImageDragLeave ( object sender, System.Windows.DragEventArgs e ) : void
OnImageDrop ( object sender, System.Windows.DragEventArgs args ) : void
OnImageGiveFeedback ( object sender, System.Windows.GiveFeedbackEventArgs e ) : void

Method Details

DeckEditorPreviewControl() public méthode

public DeckEditorPreviewControl ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

SetGame() public méthode

public SetGame ( Game game ) : void
game Game
Résultat void

Property Details

GameProperty public_oe static_oe property

public static DependencyProperty,System.Windows GameProperty
Résultat System.Windows.DependencyProperty