EventPattern<– konstruktor TEventArgs>
Inicializujte novou instanci typu EventPattern<TEventArgs> .
Obor názvů:System.Reactive
Sestavení: System.Reactive (v System.Reactive.dll)
Syntaxe
'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
)
Parametry
- Odesílatele
Typ: System.Object
Informace o odesílateli události.
- e
Typ: TEventArgs
Argumenty události.