Method | Description | |
---|---|---|
AddEventHandler ( object component, |
This adds the delegate value as a listener to when this event is fired by the component, invoking the addOnXXX method.
|
|
ReflectEventDescriptor ( |
This constructor takes an existing ReflectEventDescriptor and modifies it by merging in the passed-in attributes.
|
|
ReflectEventDescriptor ( |
||
ReflectEventDescriptor ( |
This is the main constructor for an ReflectEventDescriptor.
|
|
RemoveEventHandler ( object component, |
This will remove the delegate value from the event chain so that it no longer gets events from this component.
|
Method | Description | |
---|---|---|
FillAttributes ( IList attributes ) : void |
Method | Description | |
---|---|---|
FillEventInfoAttribute ( |
||
FillMethods ( ) : void |
This fills the get and set method fields of the event info. It is shared by the various constructors.
|
|
FillSingleMethodAttribute ( |
public AddEventHandler ( object component, |
||
component | object | |
value | ||
return | void |
protected FillAttributes ( IList attributes ) : void | ||
attributes | IList | |
return | void |
public ReflectEventDescriptor ( |
||
componentType | ||
oldReflectEventDescriptor | System.ComponentModel.EventDescriptor | |
attributes | ||
return | System.Collections |
public ReflectEventDescriptor ( |
||
componentClass | ||
eventInfo | ||
return | System.Collections |
public ReflectEventDescriptor ( |
||
componentClass | ||
name | string | |
type | ||
attributes | ||
return | System.Collections |
public RemoveEventHandler ( object component, |
||
component | object | |
value | ||
return | void |