Compartilhar via


Construtor EventPattern<TEventArgs>

Inicialize uma nova instância do tipo EventPattern<TEventArgs> .

Namespace:System.Reactive
Assembly: System.Reactive (em System.Reactive.dll)

Sintaxe

'Declaration
Public Sub New ( _
    sender As Object, _
    e As TEventArgs _
)
'Usage
Dim sender As Object
Dim e As TEventArgs

Dim instance As New EventPattern(sender, _
    e)
public EventPattern(
    Object sender,
    TEventArgs e
)
public:
EventPattern(
    Object^ sender, 
    TEventArgs e
)
new : 
        sender:Object * 
        e:'TEventArgs -> EventPattern
public function EventPattern(
    sender : Object, 
    e : TEventArgs
)

Parâmetros

  • remetente
    Tipo: System.Object
    As informações do remetente do evento.

Consulte Também

Referência

Classe EventPattern<TEventArgs>

System.Reactive Namespace