OnUIChanged Method

Summary

Raises the UIChanged

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly