C# Class System.ComponentModel.EventHandlerList

Inheritance: IDisposable
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
AddHandler ( object key, System value ) : void
AddHandlers ( System listToAddFrom ) : void
Dispose ( ) : void
EventHandlerList ( )
RemoveHandler ( object key, System value ) : void
this ( object key ) : System.Delegate

Method Details

AddHandler() public method

public AddHandler ( object key, System value ) : void
key object
value System
return void

AddHandlers() public method

public AddHandlers ( System listToAddFrom ) : void
listToAddFrom System
return void

Dispose() public method

public Dispose ( ) : void
return void

EventHandlerList() public method

public EventHandlerList ( )

RemoveHandler() public method

public RemoveHandler ( object key, System value ) : void
key object
value System
return void

this() public method

public this ( object key ) : System.Delegate
key object
return System.Delegate