menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceItemTappedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResourceItemTappedEventArgs

    The Resource Item Tapped Event Arguments contains properties that returns the selected resource and list of selected resources.

    Inheritance
    System.Object
    ResourceItemTappedEventArgs
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class ResourceItemTappedEventArgs : EventArgs

    Constructors

    ResourceItemTappedEventArgs()

    Declaration
    public ResourceItemTappedEventArgs()

    Properties

    SelectedResource

    Gets or sets the selected resource and it's properties to get the details of the selected resource value.

    Declaration
    public object SelectedResource { get; set; }
    Property Value
    Type
    System.Object

    SelectedResources

    Gets or sets the selected resources which returns the list of selected resources and it's properties to get the details of selected resource value.

    Declaration
    public List<object> SelectedResources { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>
    Remarks

    It is applicable only when ResourceViewMode is Selection. Otherwise, returns null value.

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