Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / BeginEdit Method
The object on which to start operation.

In This Topic
    BeginEdit Method (LabelStorage)
    In This Topic
    Starts an edit operation on the specified object.
    Syntax
    'Declaration
     
    
    Public Sub BeginEdit( _
       ByVal item As Object _
    ) 
    public void BeginEdit( 
       object item
    )

    Parameters

    item
    The object on which to start operation.
    See Also