Raise Event

Raise Event

am 31.01.2008 22:45:20 von Shapper

Hello,

How to manually raise an event of a control?
For example the Update event of a GridView ...

Thanks,
Miguel

RE: Raise Event

am 31.01.2008 23:59:03 von MisbahArefin

GridView_RowUpdated(null, null);

OR

GridView_RowUpdated(YourGridViewObject, GridViewUpdatedEventArgsObject);


--
Misbah Arefin



"shapper" wrote:

> Hello,
>
> How to manually raise an event of a control?
> For example the Update event of a GridView ...
>
> Thanks,
> Miguel
>