Click or drag to resize

StiEventCollection Class

[Missing <summary> documentation for "T:Stimulsoft.Report.PropertyGrid.StiEventCollection"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryStiPropertyCategories, StiPropertyEventId
    Stimulsoft.Report.PropertyGridStiEventCollection

Namespace:  Stimulsoft.Report.PropertyGrid
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiEventCollection : Dictionary<StiPropertyCategories, StiPropertyEventId[]>

The StiEventCollection type exposes the following members.

Constructors
  NameDescription
Public methodStiEventCollection
Initializes a new instance of the StiEventCollection class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public propertyCount (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public propertyItem (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public propertyKeys (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public propertyValues (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodClear (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodContainsKey (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodContainsValue (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodRemove (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryStiPropertyCategories, StiPropertyEventId.)
Top
See Also