Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / RecordElementStateChange Method / RecordElementStateChange(String,INElement,String) Method
operation description
element
optional hint, which the element can receive when this operation is redone or undone


In This Topic
    RecordElementStateChange(String,INElement,String) Method
    In This Topic
    Records an element state change operation (records the entire state of the element)
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub RecordElementStateChange( _
       ByVal desc As System.String, _
       ByVal element As INElement, _
       ByVal hint As System.String _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim desc As System.String
    Dim element As INElement
    Dim hint As System.String
     
    instance.RecordElementStateChange(desc, element, hint)
    public virtual void RecordElementStateChange( 
       System.string desc,
       INElement element,
       System.string hint
    )

    Parameters

    desc
    operation description
    element
    element
    hint
    optional hint, which the element can receive when this operation is redone or undone
    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