Show / Hide Table of Contents

    Class ActionTagEventArgs

    Action tag event arguments.

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

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel