ApplyApplicationDefaultsEventHandler 委托
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将处理事件的 ApplyApplicationDefaults 回调方法。
public delegate void ApplyApplicationDefaultsEventHandler(System::Object ^ sender, ApplyApplicationDefaultsEventArgs ^ e);
C#
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
产品 | 版本 |
---|---|
Windows Desktop | 6, 7, 8, 9, 10 |