Search Results for

    Show / Hide Table of Contents

    Class CollectionWithEvents

    Inheritance
    object
    CollectionBase
    CollectionWithEvents
    TabPageCollection
    Implements
    IList
    ICollection
    IEnumerable
    Inherited Members
    CollectionBase.Clear()
    CollectionBase.RemoveAt(int)
    CollectionBase.GetEnumerator()
    CollectionBase.OnSet(int, object, object)
    CollectionBase.OnValidate(object)
    CollectionBase.OnSetComplete(int, object, object)
    CollectionBase.InnerList
    CollectionBase.List
    CollectionBase.Capacity
    CollectionBase.Count
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class CollectionWithEvents : CollectionBase, IList, ICollection, IEnumerable

    Constructors

    CollectionWithEvents()

    Declaration
    public CollectionWithEvents()

    Methods

    IndexOf(object)

    Declaration
    protected int IndexOf(object value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    int

    OnClear()

    Declaration
    protected override void OnClear()
    Overrides
    CollectionBase.OnClear()

    OnClearComplete()

    Declaration
    protected override void OnClearComplete()
    Overrides
    CollectionBase.OnClearComplete()

    OnInsert(int, object)

    Declaration
    protected override void OnInsert(int index, object value)
    Parameters
    Type Name Description
    int index
    object value
    Overrides
    CollectionBase.OnInsert(int, object)

    OnInsertComplete(int, object)

    Declaration
    protected override void OnInsertComplete(int index, object value)
    Parameters
    Type Name Description
    int index
    object value
    Overrides
    CollectionBase.OnInsertComplete(int, object)

    OnRemove(int, object)

    Declaration
    protected override void OnRemove(int index, object value)
    Parameters
    Type Name Description
    int index
    object value
    Overrides
    CollectionBase.OnRemove(int, object)

    OnRemoveComplete(int, object)

    Declaration
    protected override void OnRemoveComplete(int index, object value)
    Parameters
    Type Name Description
    int index
    object value
    Overrides
    CollectionBase.OnRemoveComplete(int, object)

    Switch(int, int)

    Declaration
    public void Switch(int index1, int index2)
    Parameters
    Type Name Description
    int index1
    int index2

    Events

    Cleared

    Declaration
    public event CollectionClear Cleared
    Event Type
    Type Description
    CollectionClear

    Clearing

    Declaration
    public event CollectionClear Clearing
    Event Type
    Type Description
    CollectionClear

    Inserted

    Declaration
    public event CollectionChange Inserted
    Event Type
    Type Description
    CollectionChange

    Inserting

    Declaration
    public event CollectionChange Inserting
    Event Type
    Type Description
    CollectionChange

    Removed

    Declaration
    public event CollectionChange Removed
    Event Type
    Type Description
    CollectionChange

    Removing

    Declaration
    public event CollectionChange Removing
    Event Type
    Type Description
    CollectionChange

    Implements

    IList
    ICollection
    IEnumerable
    In this article
    Back to top Generated by DocFX