C# Class Telegram.UI.Controls.UserSelectableListControl

Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
FilterUsersByName ( string filter ) : void
GetUsers ( ) : ObservableCollection
UserSelectableListControl ( ) : System

Private Methods

Method Description
GetFriends ( ) : void
SelectionBox_OnTap ( object sender, System.Windows.Input.GestureEventArgs e ) : void

Method Details

FilterUsersByName() public method

public FilterUsersByName ( string filter ) : void
filter string
return void

GetUsers() public method

public GetUsers ( ) : ObservableCollection
return ObservableCollection

UserSelectableListControl() public method

public UserSelectableListControl ( ) : System
return System