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

Type-safe version of the PropertyChangingEventArgsEx<(Of <(<'TValue>)>)> class

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class PropertyChangingEventArgsEx<TValue> : PropertyChangingEventArgsEx
Visual Basic
Public Class PropertyChangingEventArgsEx(Of TValue) _
	Inherits PropertyChangingEventArgsEx
Visual C++
generic<typename TValue>
public ref class PropertyChangingEventArgsEx : public PropertyChangingEventArgsEx
F#
type PropertyChangingEventArgsEx<'TValue> =  
    class
        inherit PropertyChangingEventArgsEx
    end
JScript
JScript does not support generic types or methods.

Type Parameters

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Tools.ComponentModelT.PropertyChangingEventArgsEx`1"]

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..PropertyChangingEventArgs
      Tools.ComponentModelT..::..PropertyChangingEventArgsEx
        Tools.ComponentModelT..::..PropertyChangingEventArgsEx<(Of <(<'TValue>)>)>

See Also

Collapse/expand Version History

1.5.3

  • (Nightly) This class is new in version 1.5.3