WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EnhanceEventsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EnhanceEventsEventArgs

    Event argument for user control tag elements.

    Inheritance
    System.Object
    System.EventArgs
    EnhanceEventsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class EnhanceEventsEventArgs : EventArgs

    Constructors

    EnhanceEventsEventArgs(String)

    Initializes a new instance of the EnhanceEventsEventArgs class

    Declaration
    public EnhanceEventsEventArgs(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the event.

    Properties

    Event

    Gets or sets the event.

    Declaration
    public IHTMLEvent Event { get; set; }
    Property Value
    Type Description
    IHTMLEvent

    Name

    Gets the name of the event.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved