ArcFM Responder Mobile Developer Guide
ApplicationClosing Method (ICloseTaskService)






Logic that executes when the applicaiton is closing.
Syntax
'Declaration
 
Sub ApplicationClosing( _
   ByVal e As System.ComponentModel.CancelEventArgs _
) 
'Usage
 
Dim instance As ICloseTaskService
Dim e As System.ComponentModel.CancelEventArgs
 
instance.ApplicationClosing(e)
void ApplicationClosing( 
   System.ComponentModel.CancelEventArgs e
)
procedure ApplicationClosing( 
    e: System.ComponentModel.CancelEventArgs
); 
function ApplicationClosing( 
   e : System.ComponentModel.CancelEventArgs
);
void ApplicationClosing( 
   System.ComponentModel.CancelEventArgs* e
) 
void ApplicationClosing( 
   System.ComponentModel.CancelEventArgs^ e
) 

Parameters

e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICloseTaskService Interface
ICloseTaskService Members

Send Feedback