GraffitiEditorState

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Return Type Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description
IsDirty None Boolean Returns the current dirty state of the Editor. If True, the user has made changes that have not been saved.
Reset None None Sets the Dirty state of the Editor to false, indicating that any changes have now been saved.

Properties #

Name Type Default Value Description

This class exposes no properties.

Examples #

This class currently has no examples.

Notes #

Causes of State Change #

Any time the content of the Editor is modified, even programmatically, IsDirty will report True until either the user clicks the Save toolbar button or the Reset method is called.