Search Results for

    Show / Hide Table of Contents

    Class StringEventArgs

    Event args for a string value.

    Inheritance
    object
    EventArgs
    StringEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX