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

Parameter od non-cancelable item events

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

Syntax

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

Inheritance Hierarchy

See Also