Class ActionEventArgs
Inheritance
System.Object
System.EventArgs
ActionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class ActionEventArgs : EventArgs
Constructors
ActionEventArgs(String, String)
Initializes a new instance of the ActionEventArgs class.
Declaration
public ActionEventArgs(string name, string args)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | args | The args. |
Properties
Args
Gets the args.
Declaration
public string[] Args { get; }
Property Value
Type | Description |
---|---|
System.String[] | The args. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |