Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class TreeItemContextMenuEventArgs

    Supplies information about a ItemContextMenu event that is being raised.

    Inheritance
    object
    EventArgs
    MouseEventArgs
    TreeItemContextMenuEventArgs
    Inherited Members
    MouseEventArgs.Detail
    MouseEventArgs.ScreenX
    MouseEventArgs.ScreenY
    MouseEventArgs.ClientX
    MouseEventArgs.ClientY
    MouseEventArgs.OffsetX
    MouseEventArgs.OffsetY
    MouseEventArgs.PageX
    MouseEventArgs.PageY
    MouseEventArgs.MovementX
    MouseEventArgs.MovementY
    MouseEventArgs.Button
    MouseEventArgs.Buttons
    MouseEventArgs.CtrlKey
    MouseEventArgs.ShiftKey
    MouseEventArgs.AltKey
    MouseEventArgs.MetaKey
    MouseEventArgs.Type
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class TreeItemContextMenuEventArgs : MouseEventArgs

    Constructors

    TreeItemContextMenuEventArgs()

    Supplies information about a ItemContextMenu event that is being raised.

    Declaration
    public TreeItemContextMenuEventArgs()

    Properties

    Text

    Gets the tree item text.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string

    Value

    Gets the tree item value.

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

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT