←Select platform

OnInstanceReceived Method

Summary

Raises the InstanceReceived event.

Syntax

C#
VB
C++
protected virtual void OnInstanceReceived( 
   object sender, 
   InstanceReceivedEventArgs e 
) 
  
Protected Sub OnInstanceReceived( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Medical.Workstation.Client.InstanceReceivedEventArgs _ 
)  
protected: 
void OnInstanceReceived(  
   Object^ sender, 
   Leadtools.Medical.Workstation.Client.InstanceReceivedEventArgs^ e 
)  

Parameters

sender
The source System.Object firing the event.

e
An InstanceReceivedEventArgs that contains the event data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly