CK.Core.ActivityMonitorClient.OnAutoTagsChanged C# (CSharp) Method

OnAutoTagsChanged() protected method

Called when IActivityMonitor.AutoTags changed. Does nothing by default.
protected OnAutoTagsChanged ( CKTrait newTags ) : void
newTags CKTrait The new auto tags.
return void
        protected virtual void OnAutoTagsChanged( CKTrait newTags )
        {
        }