Software Developer Scratchpad
Monday, November 24, 2014
EventArgs
:EventArgs
public
class
EventArgs
<T> :
EventArgs
{
public
EventArgs(T value)
{
m_value = value;
}
private
T m_value;
public
T Value
{
get
{
return
m_value; }
}
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment