M
Mike Gaab
I am having two problems:
1. Determing the signature of event handlers for any control that raises
events. I have a handle on the arguments but the method name is not clear.
2. What is the relationship between event properties and public methods
listed in the VS class browser. An example will help describe this one.
For example, the DataGrid has a event property named EditCommand, what is
the signature of the event handler for the event?
The DataGrid also exposes a public method called OnEditCommand(...),
is this method associated to the EditCommand?
In the meantime, I'll create an example and maybe answer my question.
Mike
1. Determing the signature of event handlers for any control that raises
events. I have a handle on the arguments but the method name is not clear.
2. What is the relationship between event properties and public methods
listed in the VS class browser. An example will help describe this one.
For example, the DataGrid has a event property named EditCommand, what is
the signature of the event handler for the event?
The DataGrid also exposes a public method called OnEditCommand(...),
is this method associated to the EditCommand?
In the meantime, I'll create an example and maybe answer my question.
Mike