Search Results for

    Show / Hide Table of Contents

    Class StringEventArgs

    Event args for a string value.

    Inheritance
    object
    EventArgs
    StringEventArgs
    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