J
Joerg Battermann
Hi,
I am having problem catching the CommandExecuteEvent in my
Windows Application written in C#
My eventhandler get never cold it worked fine in OWC9.
Does someone has similiar problems or better what am I
doing wrong?
this.m_sheet.CommandExecute += new
AxOWC10.ISpreadsheetEventSink_CommandExecuteEventHandler
(this.axSpreadsheet1_CommandExecute);
private void m_sheet_CommandExecute(object sender,
AxOWC10.ISpreadsheetEventSink_CommandExecuteEvent e)
{
MessageBox.Show(e.command.ToString());
}
I am having problem catching the CommandExecuteEvent in my
Windows Application written in C#
My eventhandler get never cold it worked fine in OWC9.
Does someone has similiar problems or better what am I
doing wrong?
this.m_sheet.CommandExecute += new
AxOWC10.ISpreadsheetEventSink_CommandExecuteEventHandler
(this.axSpreadsheet1_CommandExecute);
private void m_sheet_CommandExecute(object sender,
AxOWC10.ISpreadsheetEventSink_CommandExecuteEvent e)
{
MessageBox.Show(e.command.ToString());
}