E
eBob.com
Although I have written a number of Event Handlers I don't seem to know how
to find exactly what the EventArgs for a particular event and control are.
I guess I've always found an example which was extracting from EventArgs
everything that I needed.
I've looked at everything I can think of to determine what EventArgs for the
Click event for a RichTextBox contains, but I can't find any documentation.
I guess it must exist and I just haven't looked in the right place.
OK, eventually I resorted to the Debugger. So now I now the answer for the
RichTextBox Click event. But the question of how to find the answer for all
combinations of events and controls remains. Why isn't this a standard part
of the documentation for the Event?
Thanks, Bob
to find exactly what the EventArgs for a particular event and control are.
I guess I've always found an example which was extracting from EventArgs
everything that I needed.
I've looked at everything I can think of to determine what EventArgs for the
Click event for a RichTextBox contains, but I can't find any documentation.
I guess it must exist and I just haven't looked in the right place.
OK, eventually I resorted to the Debugger. So now I now the answer for the
RichTextBox Click event. But the question of how to find the answer for all
combinations of events and controls remains. Why isn't this a standard part
of the documentation for the Event?
Thanks, Bob