Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description | |
---|---|---|---|
EnsureEventsOwned | void | ||
EnsureSize | void | ||
EventDescriptorCollection | System.Diagnostics.CodeAnalysis | ||
ICollection | void | ||
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
this | objectIList.System.Diagnostics.CodeAnalysis |
Method | Description | |
---|---|---|
Add ( System.ComponentModel.EventDescriptor value ) : int | ||
Clear ( ) : void | ||
Contains ( System.ComponentModel.EventDescriptor value ) : bool | ||
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events ) : System.Diagnostics.CodeAnalysis | ||
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, bool readOnly ) : System.Diagnostics.CodeAnalysis | ||
Find ( string name, bool ignoreCase ) : EventDescriptor | ||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( EventDescriptor value ) : int | ||
Insert ( int index, EventDescriptor value ) : void | ||
Remove ( EventDescriptor value ) : void | ||
RemoveAt ( int index ) : void | ||
Sort ( ) : EventDescriptorCollection | ||
Sort ( IComparer comparer ) : EventDescriptorCollection | ||
Sort ( string names ) : EventDescriptorCollection | ||
Sort ( string names, IComparer comparer ) : EventDescriptorCollection | ||
this ( int index ) : EventDescriptor | ||
this ( string name ) : EventDescriptor |
Method | Description | |
---|---|---|
InternalSort ( IComparer sorter ) : void | ||
InternalSort ( string names ) : void |
Method | Description | |
---|---|---|
EnsureEventsOwned ( ) : void | ||
EnsureSize ( int sizeNeeded ) : void | ||
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, int eventCount, string namedSort, IComparer comparer ) : System.Diagnostics.CodeAnalysis | ||
ICollection ( Array array, int index ) : void | ||
IEnumerable ( ) : IEnumerator | ||
IList ( object value ) : bool | ||
IList ( object value ) : int | ||
IList ( ) : void | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis |
public Add ( System.ComponentModel.EventDescriptor value ) : int | ||
value | System.ComponentModel.EventDescriptor | |
return | int |
public Contains ( System.ComponentModel.EventDescriptor value ) : bool | ||
value | System.ComponentModel.EventDescriptor | |
return | bool |
public EventDescriptorCollection ( System.ComponentModel.EventDescriptor events ) : System.Diagnostics.CodeAnalysis | ||
events | System.ComponentModel.EventDescriptor | |
return | System.Diagnostics.CodeAnalysis |
public EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, bool readOnly ) : System.Diagnostics.CodeAnalysis | ||
events | System.ComponentModel.EventDescriptor | |
readOnly | bool | |
return | System.Diagnostics.CodeAnalysis |
public Find ( string name, bool ignoreCase ) : EventDescriptor | ||
name | string | |
ignoreCase | bool | |
return | EventDescriptor |
public IndexOf ( EventDescriptor value ) : int | ||
value | EventDescriptor | |
return | int |
public Insert ( int index, EventDescriptor value ) : void | ||
index | int | |
value | EventDescriptor | |
return | void |
protected InternalSort ( IComparer sorter ) : void | ||
sorter | IComparer | |
return | void |
protected InternalSort ( string names ) : void | ||
names | string | |
return | void |
public Remove ( EventDescriptor value ) : void | ||
value | EventDescriptor | |
return | void |
public Sort ( IComparer comparer ) : EventDescriptorCollection | ||
comparer | IComparer | |
return | EventDescriptorCollection |
public Sort ( string names ) : EventDescriptorCollection | ||
names | string | |
return | EventDescriptorCollection |
public Sort ( string names, IComparer comparer ) : EventDescriptorCollection | ||
names | string | |
comparer | IComparer | |
return | EventDescriptorCollection |
public this ( string name ) : EventDescriptor | ||
name | string | |
return | EventDescriptor |