Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIObject Class / OnAttributePropertyChanging Method


In This Topic
    OnAttributePropertyChanging Method (NLightUIObject)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnAttributePropertyChanging( _
       ByVal sender As NLightUIObject, _
       ByVal key As System.Integer, _
       ByVal newValue As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLightUIObject
    Dim sender As NLightUIObject
    Dim key As System.Integer
    Dim newValue As System.Object
    Dim value As System.Boolean
     
    value = instance.OnAttributePropertyChanging(sender, key, newValue)
    protected virtual System.bool OnAttributePropertyChanging( 
       NLightUIObject sender,
       System.int key,
       System.object newValue
    )

    Parameters

    sender
    key
    newValue
    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