Property Cancel
Cancel
Gets or sets a value indicating whether this memory should be skipped and not stored.
public bool Cancel { get; set; }
Property Value
- bool
trueto prevent this memory from being stored;falseto allow storage. Default isfalse.
Remarks
Set this property in the BeforeMemoryStored event handler to selectively filter out unwanted memories.