menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttControlItemsSourceChangedCommandBehavior<TReturn> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttControlItemsSourceChangedCommandBehavior<TReturn>

    Inheritance
    System.Object
    CommandBehaviorBase<GanttControl>
    BuilderCommandBehaviorBase<GanttControl, System.Windows.DependencyPropertyChangedEventArgs, TReturn>
    GanttControlCommandBehaviorBase<TReturn, System.Windows.DependencyPropertyChangedEventArgs>
    GanttControlItemsSourceChangedCommandBehavior<TReturn>
    GanttControlItemsSourceChangedCommandBehavior
    GanttControlItemsSourceChangedCommandBehaviorWithEventArgs
    Inherited Members
    BuilderCommandBehaviorBase<GanttControl, DependencyPropertyChangedEventArgs, TReturn>.builder
    BuilderCommandBehaviorBase<GanttControl, DependencyPropertyChangedEventArgs, TReturn>.OnEventRaised(Object, DependencyPropertyChangedEventArgs)
    CommandBehaviorBase<GanttControl>.Command
    CommandBehaviorBase<GanttControl>.CommandCanExecuteCheckEnabled
    CommandBehaviorBase<GanttControl>.CommandParameter
    CommandBehaviorBase<GanttControl>.ExecuteCommand()
    CommandBehaviorBase<GanttControl>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<GanttControl>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<GanttControl>.SetTargetObject(GanttControl)
    CommandBehaviorBase<GanttControl>.TargetObject
    CommandBehaviorBase<GanttControl>.UpdateEnabledState()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Gantt.MVVM
    Assembly: Syncfusion.Gantt.MVVM.Wpf.dll
    Syntax
    public class GanttControlItemsSourceChangedCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, DependencyPropertyChangedEventArgs>
    Type Parameters
    Name
    TReturn

    Constructors

    GanttControlItemsSourceChangedCommandBehavior()

    Declaration
    public GanttControlItemsSourceChangedCommandBehavior()

    GanttControlItemsSourceChangedCommandBehavior(Func<Object, DependencyPropertyChangedEventArgs, TReturn>)

    Declaration
    public GanttControlItemsSourceChangedCommandBehavior(Func<object, DependencyPropertyChangedEventArgs, TReturn> builder)
    Parameters
    Type Name Description
    System.Func<System.Object, System.Windows.DependencyPropertyChangedEventArgs, TReturn> builder

    Methods

    OnTargetAttached()

    Declaration
    protected override void OnTargetAttached()
    Overrides
    Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Gantt.GanttControl>.OnTargetAttached()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved