[This is preliminary documentation and is subject to change.]

Parameter of events that reports count

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class CountEventArgs : EventArgs
Visual Basic
Public Class CountEventArgs _
	Inherits EventArgs
Visual C++
public ref class CountEventArgs : public EventArgs
F#
type CountEventArgs =  
    class
        inherit EventArgs
    end
JScript
public class CountEventArgs extends EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..CountEventArgs
      Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs

See Also