Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / CommandPropertyChangedEventArgs Class / OldValue Property


In This Topic
    OldValue Property (CommandPropertyChangedEventArgs)
    In This Topic
    Gets the old value of the property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldValue As System.Object
    'Usage
     
    
    Dim instance As CommandPropertyChangedEventArgs
    Dim value As System.Object
     
    value = instance.OldValue
    public System.object OldValue {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also