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
senderobjectA vdDocument object.
isRedoboolTrue if is stored in the redo stack.
propObjectobjectThe object that it's property is stored.
propNamestringThe name of the property that is stored.
valueobjectThe value of the property.
CancelboolSet this as true in order not to run the default VectorDraw event code.