CCT.NUI.WPFSamples.VideoSurface.OnRequestRemove C# (CSharp) 메소드

OnRequestRemove() 보호된 메소드

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