Метод | Описание | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gCommunication_GridRebind ( object sender, |
Handles the GridRebind event of the gCommunication control.
|
|
gCommunication_RowSelected ( object sender, Rock e ) : void |
Handles the RowSelected event of the gCommunication control.
|
|
rFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the rFilter control.
|
|
rFilter_DisplayFilterValue ( object sender, Rock e ) : void |
Handles the filter display for each saved user value
|
Метод | Описание | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
SetFilter ( ) : void |
Binds the filter.
|
|
gCommunication_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gCommunication control.
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected gCommunication_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gCommunication_RowSelected ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Результат | void |
protected rFilter_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected rFilter_DisplayFilterValue ( object sender, Rock e ) : void | ||
sender | object | The sender. |
e | Rock | The e. |
Результат | void |