BuildStatusEventHandler 委托
定义
表示将处理生成过程中的 StatusEventRaised 事件的方法。Represents the method that will handle the StatusEventRaised event of a build.
public delegate void BuildStatusEventHandler(System::Object ^ sender, BuildStatusEventArgs ^ e);
public delegate void BuildStatusEventHandler(object sender, BuildStatusEventArgs e);
type BuildStatusEventHandler = delegate of obj * BuildStatusEventArgs -> unit
Public Delegate Sub BuildStatusEventHandler(sender As Object, e As BuildStatusEventArgs)
参数
- sender
- Object
事件源。The source of the event.
包含事件数据的 BuildStatusEventArgs。A BuildStatusEventArgs that contains the event data.
- 继承
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。Gets an object that represents the method represented by the specified delegate. |