Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / CategoryStorage Class / EndEdit Method
The object on which to apply pending changes.

In This Topic
    EndEdit Method (CategoryStorage)
    In This Topic
    Applies pending changes to the underlying data source.
    Syntax
    'Declaration
     
    
    Public Sub EndEdit( _
       ByVal item As Object _
    ) 
    public void EndEdit( 
       object item
    )

    Parameters

    item
    The object on which to apply pending changes.
    See Also