Nevron .NET Vision
Nevron.UI Namespace / NRangeElement Class / ValueUpdateRequested Event


In This Topic
    ValueUpdateRequested Event
    In This Topic
    Fired when a value update is requested. The NewValue member of the
    Syntax
    'Declaration
     
    
    Public Event ValueUpdateRequested As NValueUpdateEventHandler
    'Usage
     
    
    Dim instance As NRangeElement
    Dim handler As NValueUpdateEventHandler
     
    AddHandler instance.ValueUpdateRequested, handler
    public event NValueUpdateEventHandler ValueUpdateRequested
    Event Data

    The event handler receives an argument of type NValueUpdateEventArgs containing data related to this event. The following NValueUpdateEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the code of the request.  
    (Inherited from Nevron.UI.NEventArgs)
    (Inherited from Nevron.UI.NEventArgs)
    Gets/sets the new value to be set.  
    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