F
forumnewbie2006
Hello,
Can you please tell me how to capture the "X" button event on cf.net
v1.1 and PPC 2003?
I was under the impression that it should trigger the Close event, but
none of the following appear to get called when I hit the X button:
private void MyForm_Closing(object sender,
System.ComponentModel.CancelEventArgs e);
protected override void
OnClosing(System.ComponentModel.CancelEventArgs e);
protected override void Dispose( bool disposing );
private void MyForm_Closed(object sender, System.EventArgs e);
protected override void OnClosed(EventArgs e);
Thanks a bunch in advance!
- joyce
Can you please tell me how to capture the "X" button event on cf.net
v1.1 and PPC 2003?
I was under the impression that it should trigger the Close event, but
none of the following appear to get called when I hit the X button:
private void MyForm_Closing(object sender,
System.ComponentModel.CancelEventArgs e);
protected override void
OnClosing(System.ComponentModel.CancelEventArgs e);
protected override void Dispose( bool disposing );
private void MyForm_Closed(object sender, System.EventArgs e);
protected override void OnClosed(EventArgs e);
Thanks a bunch in advance!
- joyce