Accusoft.PrizmViewer10.AnnotationServer
Application_End Method






Syntax
'Declaration
 
Protected Sub Application_End( _
   ByVal sender As System.Object, _
   ByVal e As System.EventArgs _
) 
'Usage
 
Dim instance As Global
Dim sender As System.Object
Dim e As System.EventArgs
 
instance.Application_End(sender, e)
protected void Application_End( 
   System.object sender,
   System.EventArgs e
)
protected procedure Application_End( 
    sender: System.TObject;
    e: System.EventArgs
); 
protected function Application_End( 
   sender : System.Object,
   e : System.EventArgs
);
protected: void Application_End( 
   System.Object* sender,
   System.EventArgs* e
) 
protected:
void Application_End( 
   System.Object^ sender,
   System.EventArgs^ e
) 

Parameters

sender
e
See Also

Reference

Global Class
Global Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback