C# Class TagsGrooveControls.View.TagsSelectorView

TagsSelectorView.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
SetModel ( TagSelectorViewModel model ) : void
TagsSelectorView ( ) : System

Private Methods

Method Description
_deleteChildButton_Click ( object sender, RoutedEventArgs e ) : void
addSelectButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SetModel() public method

public SetModel ( TagSelectorViewModel model ) : void
model TagsGrooveControls.Model.TagSelectorViewModel
return void

TagsSelectorView() public method

public TagsSelectorView ( ) : System
return System