Search
ValueChangedEventArgs(T) Class
See Also
 






Contains the arguments passed to value change notification handlers.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public class ValueChangedEventArgs<T> : EventArgs

Visual Basic  Copy Code

Public Class ValueChangedEventArgs(Of T)
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Gauges.ValueChangedEventArgs(T)

 See Also