ComponentFactory.Krypton.Ribbon.AppButtonMenuProvider.OnDispose C# (CSharp) Method

OnDispose() public method

Fires the Dispose event.
public OnDispose ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void
        public void OnDispose(EventArgs e)
        {
            if (Dispose != null)
                Dispose(this, e);
        }