LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BeginEdit Method
See Also 
Leadtools.Medical.Workstation Namespace > WindowLevelInformation Class : BeginEdit Method




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

Syntax

Visual Basic (Declaration) 
Public Sub BeginEdit() 
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelInformation
 
instance.BeginEdit()
C# 
public void BeginEdit()
Managed Extensions for C++ 
public: void BeginEdit(); 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also