Raises the [E:FileChanged] event.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected virtual void OnFileChanged(
	PersistedFileEventArgs args
)
Visual Basic
Protected Overridable Sub OnFileChanged ( _
	args As PersistedFileEventArgs _
)
Visual C++
protected:
virtual void OnFileChanged(
	PersistedFileEventArgs^ args
)

Parameters

args
Type: CuteEditor..::..PersistedFileEventArgs
The [!:CuteWebUI.PersistedFileEventArgs] instance containing the event data.

See Also