class EventHandler<TEventArgs>

in global :: System

Represents the method that will handle an event when the event provides data.

  • sender The source of the event.
  • e An object that contains the event data.
  • TEventArgs The type of the event data generated by the event.

public void Invoke( object sender, TEventArgs e )

😔 No documentation found.

public IAsyncResult BeginInvoke( object sender, TEventArgs e, AsyncCallback callback, object object )

😔 No documentation found.

public void EndInvoke( IAsyncResult result )

😔 No documentation found.

public void GetObjectData( SerializationInfo info, StreamingContext context )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public Delegate[] GetInvocationList( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object Target { get; }

😔 No documentation found.

public object Clone( )

😔 No documentation found.

public bool get_HasSingleTarget( )

😔 No documentation found.

public object DynamicInvoke( object[] args )

😔 No documentation found.

public MethodInfo Method { get; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public EventHandler<TEventArgs>( object object, IntPtr method )

😔 No documentation found.