Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
Public Event E1 As EventHandler(Of EventArgs)
'Usage
Dim instance As ObservableTest..::..FromEvent_VarianceCheck
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.E1, handler
public event EventHandler<EventArgs> E1
public:
event EventHandler<EventArgs^>^ E1 {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
member E1 : IEvent<EventHandler<EventArgs>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.