Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Spazio dei nomi:ReattivaTests.Test
Assemblea: Test.System.Reattivo (in Tests.System.Reactive.dll)
Sintassi
'Declaration
Public Event E3 As Action(Of String, EventArgs)
'Usage
Dim instance As ObservableTest..::..FromEvent_VarianceCheck
Dim handler As Action(Of String, EventArgs)
AddHandler instance.E3, handler
public event Action<string, EventArgs> E3
public:
event Action<String^, EventArgs^>^ E3 {
void add (Action<String^, EventArgs^>^ value);
void remove (Action<String^, EventArgs^>^ value);
}
member E3 : IEvent<Action<string, EventArgs>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.