←Select platform

OnBeforeNAction Method

Summary

Fires the BeforeNaction event.

Syntax

C#
VB
C++
protected virtual void OnBeforeNAction( 
   object sender, 
   BeforeNActionEventArgs args 
) 
  
Protected Sub OnBeforeNAction( _ 
   ByVal sender As Object, _ 
   ByVal args As Leadtools.Dicom.Scu.Common.BeforeNActionEventArgs _ 
)  
protected: 
void OnBeforeNAction(  
   Object^ sender, 
   Leadtools.Dicom.Scu.Common.BeforeNActionEventArgs^ args 
)  

Parameters

sender
The source of the event.

args
The Leadtools.Dicom.Scu.Common.BeforeNActionEventArgs instance containing 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.Dicom.Scu Assembly