BeginEdit Method

Summary

Call this to indicate an editing mode before calling CommitChanges or DiscardChanges

Syntax
C#
VB
C++
public void BeginEdit() 
  
Public Sub BeginEdit()  
public: 
void BeginEdit();  

Remarks

Calling this method will prevent the PropertyChanged event from being called. All events will be fired when you call CommitChanges method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly