alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TagEventContainer

    Represents a tag container specialized for event-related nodes and handlers.

    Inheritance
    System.Object
    TagContainer
    TagEventContainer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    TagContainer.EventInfo
    TagContainer.Name
    TagContainer.NodeType
    TagContainer.Property
    Namespace: Syncfusion.Scripting.Design
    Assembly: Syncfusion.Scripting.Windows.dll
    Syntax
    public class TagEventContainer : TagContainer

    Constructors

    TagEventContainer(EventInfo, String, TreeNodeType)

    Initializes a new instance of the TagEventContainer class.

    Declaration
    public TagEventContainer(EventInfo evInfo, string name, TreeNodeType nodeType)
    Parameters
    Type Name Description
    System.Reflection.EventInfo evInfo

    The System.Reflection.EventInfo describing the event.

    System.String name

    The display name of the node.

    TreeNodeType nodeType

    The type of the node. Must be Event or EventHandler.

    Properties

    ClassName

    Gets or sets the fully qualified class name that contains the event handler.

    Declaration
    public string ClassName { get; set; }
    Property Value
    Type Description
    System.String

    The fully qualified class name that contains the event handler.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved