Nevron .NET Vision
Nevron.UI Namespace / NUIElement Class / ProcessHostPropertyChange Method
The arguments object containing information about the event.


In This Topic
    ProcessHostPropertyChange Method (NUIElement)
    In This Topic
    Allows for additional processing of a property change from the current host.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ProcessHostPropertyChange( _
       ByVal e As NPropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NUIElement
    Dim e As NPropertyChangedEventArgs
     
    instance.ProcessHostPropertyChange(e)
    protected virtual void ProcessHostPropertyChange( 
       NPropertyChangedEventArgs e
    )

    Parameters

    e
    The arguments object containing information about the event.
    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