Ejemplo n.º 1
0
 protected virtual void OnPropertyTabChanged (PropertyTabChangedEventArgs e) {
     PropertyTabChangedEventHandler handler = (PropertyTabChangedEventHandler)Events[EventPropertyTabChanged];
     if (handler != null) handler(this,e);
 }
Ejemplo n.º 2
0
 protected virtual void OnPropertyTabChanged(PropertyTabChangedEventArgs e)
 {
     throw null;
 }
Ejemplo n.º 3
0
		protected virtual void OnPropertyTabChanged (PropertyTabChangedEventArgs e) 
		{
			PropertyTabChangedEventHandler eh = (PropertyTabChangedEventHandler)(Events [PropertyTabChangedEvent]);
			if (eh != null)
				eh (this, e);
		}