Exemple #1
0
        protected virtual void OnResetFlagsEvent(VkFlagsEventArgs e)
        {
            var handler = this.ResetFlagsEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
        protected virtual void OnFlagsChangedEvent(VkFlagsEventArgs e)
        {
            var handler = this.FlagsChangedEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemple #3
0
        protected virtual void OnFlagsChangedEvent(VkFlagsEventArgs e)
        {
            var handler = this.FlagsChangedEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
        protected virtual void OnResetFlagsEvent(VkFlagsEventArgs e)
        {
            var handler = this.ResetFlagsEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }