Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

Winform on exit run method

public Form1{
  //some code...
  AppDomain.CurrentDomain.ProcessExit += new EventHandler(OnProcessExit);

}
public void OnProcessExit(object sender,EventArgs e){
   MyDataLoggerMethod("Monitoring ended.");
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: wpf stackpanel 
Csharp :: C# fileinfo creation date 
Csharp :: combobox selected item c# 
Csharp :: linq from multiple tables 
Csharp :: set margin programmatically wpf c# 
Csharp :: get both item and index in c# 
Csharp :: c# example code 
Csharp :: c# scroll to bottom of datagridview vb.net 
Csharp :: sorting list by date time dec in c# 
Csharp :: asp.net format datetime 
Csharp :: parametrizedthreadstart C# 
Csharp :: if statement 
Csharp :: c# make file not read only 
Csharp :: c# chunk array 
Csharp :: unity input system 
Csharp :: unity lerp 
Csharp :: c# dictionary with dictionary as value 
Csharp :: unity master volume changer 
Csharp :: c# increment by 1 
Csharp :: how to get mouse position c# 
Csharp :: search of specified registry key 
Csharp :: c# create log file 
Csharp :: c# convert date to oracle format 
Csharp :: c# clear console read chache 
Csharp :: c# array zaheln speichern 
Csharp :: c# instance class with ilogger 
Csharp :: linq from list c# 
Csharp :: C# webclient submit form 
Csharp :: C# order a sorted list by key 
Csharp :: Formcollection asp.net form 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =