alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class EventClickArgs<T>

    Provides the information about the event click actions.

    Inheritance
    object
    EventClickArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class EventClickArgs<T>
    Type Parameters
    Name Description
    T

    Specifies the TValue of schedule events.

    Constructors

    EventClickArgs()

    Declaration
    public EventClickArgs()

    Properties

    Cancel

    Gets or sets whether the event click action of scheduler should be canceled or not.

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

    true, if the event click action is canceled. Otherwise, false.

    Event

    Gets the selected or clicked event.

    Declaration
    public T Event { get; set; }
    Property Value
    Type
    T

    EventCollection

    Gets a collection of selected or clicked events.

    Declaration
    public List<T> EventCollection { get; set; }
    Property Value
    Type
    List<T>

    GroupIndex

    Gets the group index of the event which helps to get the resource information associated with the cell using GetResourceByIndex(int) method.

    Declaration
    public int GroupIndex { get; }
    Property Value
    Type
    int
    Remarks

    The GetResourceByIndex(int) method returns the resource information associated with the cell.

    MouseEventArgs

    Gets the mouse event informations.

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

    A MouseEventArgs object representing the mouse event information.

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