CCT.NUI.WPFSamples.VideoSurface.OnRequestRemove C# (CSharp) Méthode

OnRequestRemove() protected méthode

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