protected void SetActiveTextAreaControl(TextAreaControl value) { if (activeTextAreaControl != value) { activeTextAreaControl = value; if (ActiveTextAreaControlChanged != null) { ActiveTextAreaControlChanged(this, EventArgs.Empty); } } }