Search
ItemsEventArgs Class
See Also
 





Contains the arguments passed to handlers of events related to one or more items.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public class ItemsEventArgs : EventArgs

Visual Basic  Copy Code

Public Class ItemsEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Scheduling.WinForms.ItemsEventArgs

 See Also