C# Class TheChan.Views.PostView

Exibir arquivo Open project: acedened/TheChan

Private Properties

Property Type Description
Attachment_OnTapped void
OnDataContextChanged void
PostText_OnPostClick void
PostView Windows.Devices.Input
ReplyTextBlockOnPointerInteraction void
TextBlock_OnSelectionChanged void
ViewModelOnPropertyChanged void

Public Methods

Method Description
PostView ( IBoard board ) : Windows.Devices.Input

Private Methods

Method Description
Attachment_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
OnDataContextChanged ( FrameworkElement s, DataContextChangedEventArgs e ) : void
PostText_OnPostClick ( object sender, PostClickEventArgs e ) : void
PostView ( ) : Windows.Devices.Input
ReplyTextBlockOnPointerInteraction ( object sender, PointerRoutedEventArgs e ) : void
TextBlock_OnSelectionChanged ( object sender, RoutedEventArgs e ) : void
ViewModelOnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

PostView() public method

public PostView ( IBoard board ) : Windows.Devices.Input
board IBoard
return Windows.Devices.Input