alexa

    Show / Hide Table of Contents

    Class ResourceContainerCreatedEventArgs

    Class whis is used as the Argument for Resource Container Created event

    Inheritance
    System.Object
    ResourceContainerCreatedEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class ResourceContainerCreatedEventArgs : RoutedEventArgs

    Constructors

    ResourceContainerCreatedEventArgs()

    Declaration
    public ResourceContainerCreatedEventArgs()

    Properties

    CurrentResource

    Gets or sets the current resource.

    Declaration
    public ContentControl CurrentResource { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.ContentControl

    The current resource.

    Back to top Generated by DocFX