VisioForge (c) 2025

Search Results for

    Class SkinActionEventArgs

    Class SkinActionEventArgs.

    Inheritance
    object
    EventArgs
    SkinActionEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.UI.Skins
    Assembly: VisioForge.Core.dll
    Syntax
    public class SkinActionEventArgs : EventArgs

    Constructors

    SkinActionEventArgs(SkinElementType)

    Initializes a new instance of the SkinActionEventArgs class.

    Declaration
    public SkinActionEventArgs(SkinElementType elementType)
    Parameters
    Type Name Description
    SkinElementType elementType

    The element type.

    Properties

    HandleAndIgnore

    Gets or sets a value indicating whether action handled and we should ignore it inside controls panel.

    Declaration
    public bool HandleAndIgnore { get; set; }
    Property Value
    Type Description
    bool

    Type

    Gets the type.

    Declaration
    public SkinElementType Type { get; }
    Property Value
    Type Description
    SkinElementType

    The type.