Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: [ce v4.0] - Capturing the Save Button Event
Re: [ce v4.0] - Capturing the Save Button Event
11-23-2004, 3:51 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: [ce v4.0] - Capturing the Save Button Event
Reply
Quote
KenA:
please use this statement to determine :
if(string.Compare(e.CommandName,"Save",true)==0)
{
//ok , fired by the "Save"
}
View Complete Thread