Table of Contents

Delegate vdDocument.UndoStoreValueEventHandler

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

Represents the method that will handle the OnUndoStoreValue event.

public delegate void vdDocument.UndoStoreValueEventHandler(object sender, bool isRedo, object propObject, string propName, object value, ref bool Cancel)

Parameters

sender object

A vdDocument object.

isRedo bool

True if is stored in the redo stack.

propObject object

The object that it's property is stored.

propName string

The name of the property that is stored.

value object

The value of the property.

Cancel bool

Set this as true in order not to run the default VectorDraw event code.

Constructors

UndoStoreValueEventHandler(object, IntPtr)

Methods

BeginInvoke(object, bool, object, string, object, ref bool, AsyncCallback, object)
EndInvoke(ref bool, IAsyncResult)
Invoke(object, bool, object, string, object, ref bool)