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


"

For a list of all members of this type, see WindowLevelInformation members.

"

Public Methods

 NameDescription
public Method BeginEditCall this to indicate an editing mode before calling CommitChanges or DiscardChanges  
public Method CommitChangesCall this method to accept the changes after calling BeginEdit and end the editing mode. This will fire all the PropertyChanged events.  
public Method DiscardChangesCall this method to reject the changes after calling BeginEdit and end the editing mode. No PropertyChanged events will be fired.  
Top

Protected Methods

 NameDescription
protected Method OnPropertyChangedRaises the PropertyChanged event.  
Top

See Also