2 using System.Collections.Generic;
35 public string NewName {
get; set; }
39 public bool CancelNameChange {
get; set; }
52 this.NewName = NewName;
EventArgs for the BeforeEffectNameChanged event
The EffectEventArgs class is used for events triggered by IEffect objects
Common interface for all effects. If a new effect is implemented it is best to inherit from the abst...
EffectEventArgs(IEffect Effect)
BeforeEffectNameChangeAventArgs()
Initializes a new instance of the BeforeEffectNameChangeAventArgs class.
BeforeEffectNameChangeAventArgs(IEffect Effect, string NewName)
Initializes a new instance of the BeforeEffectNameChangeAventArgs class.