OnUIChanged Method

Summary
Raises the UIChanged event.
Syntax
C#
VB
C++
protected virtual void OnUIChanged( 
   MedicalViewerUIChangedEventArgs args 
) 
  
Protected Overridable Sub OnUIChanged( _ 
   ByVal args As MedicalViewerUIChangedEventArgs _ 
)  
            protected: 
virtual void OnUIChanged(  
   MedicalViewerUIChangedEventArgs^ args 
)  

Parameters

args
An EventArgs that contains the event data.

Remarks

When overriding OnUIChanged in a derived class, be sure to call the base class's OnUIChanged method so that registered delegates receive the event.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.