menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IKanbanEventDependencyService

    This interface allows apps to call into platform-specific functionality from shared code.

    Namespace: Syncfusion.SfKanban.XForms
    Assembly: Syncfusion.SfKanban.XForms.dll
    Syntax
    public interface IKanbanEventDependencyService

    Methods

    GetActualColumn(SfKanban)

    Gets the actual kanban column collection.

    Declaration
    KanbanColumnCollection GetActualColumn(SfKanban kanban)
    Parameters
    Type Name Description
    SfKanban kanban

    kanban.

    Returns
    Type Description
    KanbanColumnCollection

    Returns the actual column collection.

    GetItemsCount(KanbanColumn)

    Gets the count of kanban cards in the column.

    Declaration
    int GetItemsCount(KanbanColumn column)
    Parameters
    Type Name Description
    KanbanColumn column

    column.

    Returns
    Type Description
    System.Int32

    Retuns a items count.

    OnItemPropertyChanged(SfKanban, KanbanModel, Int32, String)

    Method calls when kanban property changes.

    Declaration
    void OnItemPropertyChanged(SfKanban kanban, KanbanModel kanbanModel, int position, string propertyName)
    Parameters
    Type Name Description
    SfKanban kanban

    kanban.

    KanbanModel kanbanModel

    kanbanModel.

    System.Int32 position

    position.

    System.String propertyName

    propertyName.

    SetColumns(SfKanban, NotifyCollectionChangedEventArgs)

    Method calls when set the kanban column.

    Declaration
    void SetColumns(SfKanban kanban, NotifyCollectionChangedEventArgs action)
    Parameters
    Type Name Description
    SfKanban kanban

    kanban.

    System.Collections.Specialized.NotifyCollectionChangedEventArgs action

    action.

    SetItemsSource(SfKanban, NotifyCollectionChangedEventArgs)

    Method calls when set the kanban item source.

    Declaration
    void SetItemsSource(SfKanban kanban, NotifyCollectionChangedEventArgs action)
    Parameters
    Type Name Description
    SfKanban kanban

    kanban.

    System.Collections.Specialized.NotifyCollectionChangedEventArgs action

    action.

    SubscribeColumnsGenerated(Object)

    Method calls when subscribed the ColumnsGenerated event in Kanban.

    Declaration
    void SubscribeColumnsGenerated(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    SubscribeDragEnd(Object)

    Method calls when subscribed the DragEnd event in Kanban.

    Declaration
    void SubscribeDragEnd(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    SubscribeDragEnter(Object)

    Method calls when subscribed the DragEnter event in Kanban.

    Declaration
    void SubscribeDragEnter(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    SubscribeDragLeave(Object)

    Method calls when subscribed the DragLeave event in Kanban.

    Declaration
    void SubscribeDragLeave(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    SubscribeDragOver(Object)

    Method calls when subscribed the DragOver event in Kanban.

    Declaration
    void SubscribeDragOver(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    SubscribeDragStart(Object)

    Method calls when subscribed the DragStart event in Kanban.

    Declaration
    void SubscribeDragStart(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    SubscribeItemTapped(Object)

    Method calls when subscribed the ItemTapped event in Kanban.

    Declaration
    void SubscribeItemTapped(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeColumnsGenerated(Object)

    Method calls when unsubscribed the ColumnsGenerated event in Kanban.

    Declaration
    void UnSubscribeColumnsGenerated(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeDragEnd(Object)

    Method calls when unsubscribed the DragEnd event in Kanban.

    Declaration
    void UnSubscribeDragEnd(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeDragEnter(Object)

    Method calls when unsubscribed the DragEnter event in Kanban.

    Declaration
    void UnSubscribeDragEnter(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeDragLeave(Object)

    Method calls when unsubscribed the DragLeave event in Kanban.

    Declaration
    void UnSubscribeDragLeave(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeDragOver(Object)

    Method calls when unsubscribed the DragOver event in Kanban.

    Declaration
    void UnSubscribeDragOver(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeDragStart(Object)

    Method calls when unsubscribed the DragStart event in Kanban.

    Declaration
    void UnSubscribeDragStart(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UnSubscribeItemTapped(Object)

    Method calls when unsubscribed the ItemTapped event in Kanban.

    Declaration
    void UnSubscribeItemTapped(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

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