Class StringEventArgs
Event args for a string value.
Inherited Members
Namespace: Evergine.Common.Helpers
Assembly: Evergine.Common.dll
Syntax
public sealed class StringEventArgs : EventArgs
Constructors
StringEventArgs(string)
Initializes a new instance of the StringEventArgs class.
Declaration
public StringEventArgs(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The value. |
Properties
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |