Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / ItemSynchronizedEventArgs Class / Storage Property

In This Topic
    Storage Property (ItemSynchronizedEventArgs)
    In This Topic
    Gets the reference to the changed C1BindingSource object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Storage As C1BindingSource
    public C1BindingSource Storage {get;}
    See Also