C# Class trello.Interactions.InteractionBase

Inheritance: IInteraction
Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
AddElement ( FrameworkElement element ) : void
Initialize ( ) : void
RemoveElement ( FrameworkElement element ) : void

Protected Methods

Method Description
Complete ( ) : void

Method Details

AddElement() public method

public AddElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
return void

Complete() protected method

protected Complete ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

RemoveElement() public method

public RemoveElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
return void