ApplyApplicationDefaultsEventHandler 委托    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将处理事件的 ApplyApplicationDefaults 回调方法。
public delegate void ApplyApplicationDefaultsEventHandler(System::Object ^ sender, ApplyApplicationDefaultsEventArgs ^ e);
	public delegate void ApplyApplicationDefaultsEventHandler(object sender, ApplyApplicationDefaultsEventArgs e);
	type ApplyApplicationDefaultsEventHandler = delegate of obj * ApplyApplicationDefaultsEventArgs -> unit
	Public Delegate Sub ApplyApplicationDefaultsEventHandler(sender As Object, e As ApplyApplicationDefaultsEventArgs)
	参数
- sender
 - Object