C# Class TheChan.ViewModels.ReplyEventArgs

Inheritance: System.EventArgs
Mostra file Open project: acedened/TheChan Class Usage Examples

Public Methods

Method Description
ReplyEventArgs ( long postNumber, string selectedText ) : System

Method Details

ReplyEventArgs() public method

public ReplyEventArgs ( long postNumber, string selectedText ) : System
postNumber long
selectedText string
return System