Exemplo n.º 1
0
		public virtual void CommandStateChange(int command, bool enable) 
		{
			DWebBrowserEvents2_CommandStateChangeEvent commandstatechangeEvent = new DWebBrowserEvents2_CommandStateChangeEvent(command, enable);
			this.parent.RaiseOnCommandStateChange(this.parent, commandstatechangeEvent);
		}
Exemplo n.º 2
0
		internal void RaiseOnCommandStateChange(object sender, DWebBrowserEvents2_CommandStateChangeEvent e) 
		{
			if ((this.CommandStateChange != null)) 
			{
				this.CommandStateChange(sender, e);
			}
		}