Udostępnij za pośrednictwem


Delegat SortEventHandler

Represents the method that will handle the Sort event of a ReportViewer.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Delegate Sub SortEventHandler ( _
    sender As Object, _
    e As SortEventArgs _
)
public delegate void SortEventHandler(
    Object sender,
    SortEventArgs e
)
public delegate void SortEventHandler(
    Object^ sender, 
    SortEventArgs^ e
)
type SortEventHandler = 
    delegate of 
        sender:Object * 
        e:SortEventArgs -> unit
Język JScript nie obsługuje delegatów.

Parametry

  • sender
    Typ: Object
    The object raising the event.

Uwagi

For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms