C# Class F1Publisher.Handlers.TopicEventArgs

Inheritance: System.EventArgs
显示文件 Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Properties

Property Type Description
TopicPath string

Public Methods

Method Description
TopicEventArgs ( string topicPath ) : System

Method Details

TopicEventArgs() public method

public TopicEventArgs ( string topicPath ) : System
topicPath string
return System

Property Details

TopicPath public_oe property

public string TopicPath
return string