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 BeforeNActionEventArgs _ 
)  
protected: 
void OnBeforeNAction(  
   Object^ sender, 
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly