Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / CommitItemChanges Method
Data item to apply changes.

In This Topic
    CommitItemChanges Method (LabelStorage)
    In This Topic
    Commits all changes in the data item.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CommitItemChanges( _
       ByVal item As Label _
    ) 
    protected virtual void CommitItemChanges( 
       Label item
    )

    Parameters

    item
    Data item to apply changes.
    See Also