CCT.NUI.WPFSamples.VideoSurface.OnRequestRemove C# (CSharp) Method

OnRequestRemove() protected method

protected OnRequestRemove ( ) : void
return void
        protected void OnRequestRemove()
        {
            if (this.RequestRemove != null)
            {
                this.RequestRemove(this, EventArgs.Empty);
            }
        }
        public event EventHandler RequestRemove;