Class ActionTagEventArgs
Action tag event arguments.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class ActionTagEventArgs : EventArgs
Constructors
ActionTagEventArgs(String, String)
Initializes a new instance of the ActionTagEventArgs class.
Declaration
public ActionTagEventArgs(string id, string href)
Parameters
Type | Name | Description |
---|---|---|
String | id | Identifier. |
String | href | Href. |
Properties
Href
Gets the href.
Declaration
public string Href { get; }
Property Value
Type | Description |
---|---|
String | The href. |
Id
Gets the identifier.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String | The identifier. |