Apply changes to properties.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override bool ApplyChanges()
Visual Basic
Public Overrides Function ApplyChanges As Boolean
Visual C++
public:
virtual bool ApplyChanges() override
F#
abstract ApplyChanges : unit -> bool 
override ApplyChanges : unit -> bool 

Return Value

Type: Boolean
True if changes applied, False if not

See Also