ViewStateChangedEventArgs.NewValue Propriedade
Definição
Obtém o novo valor da chave no par chave-valor do atributo atual.Gets the new value for the key in the current attribute key/value pair.
public:
property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object
Valor da propriedade
Um objeto que contém um valor de chave.An object that contains a key value.