Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / EndEdit Method / EndEdit(Boolean) Method
The System.Boolean value determining if change notifications can be generated when applying changes.

In This Topic
    EndEdit(Boolean) Method
    In This Topic
    Unlocks the Appointment object after a call to the BeginEdit method and causes an immediate update.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub EndEdit( _
       ByVal canRaiseChangeNotification As Boolean _
    ) 
    protected override void EndEdit( 
       bool canRaiseChangeNotification
    )

    Parameters

    canRaiseChangeNotification
    The System.Boolean value determining if change notifications can be generated when applying changes.
    See Also