FormChangeTracker.notifyUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
notifyUpdate() | |
notifyUpdate(String) |
notifyUpdate()
public:
virtual void notifyUpdate();
public virtual void notifyUpdate ();
abstract member notifyUpdate : unit -> unit
override this.notifyUpdate : unit -> unit
Public Overridable Sub notifyUpdate ()
Applies to
notifyUpdate(String)
public:
virtual void notifyUpdate(System::String ^ _propertyName);
public virtual void notifyUpdate (string _propertyName);
abstract member notifyUpdate : string -> unit
override this.notifyUpdate : string -> unit
Public Overridable Sub notifyUpdate (_propertyName As String)
Parameters
- _propertyName
- String