示例#1
0
 protected void OnShouldRefresh(GetRefreshStateEvent gvbe)
 {
     this.RaiseGetBoolValueEvent(EventShouldRefresh, gvbe);
 }
示例#2
0
 /// <include file='doc\COM2PropertyDescriptor.uex' path='docs/doc[@for="Com2PropertyDescriptor.OnShouldRefresh"]/*' />
 /// <devdoc>
 ///     Raises the appropriate event
 /// </devdoc>
 protected void OnShouldRefresh(GetRefreshStateEvent gvbe) {
     RaiseGetBoolValueEvent(EventShouldRefresh, gvbe);
 }