CodeMemberMethod.PopulateStatements 事件

定义

在首次访问 Statements 集合时将激发的事件。An event that will be raised the first time the Statements collection is accessed.

public:
 event EventHandler ^ PopulateStatements;
public event EventHandler PopulateStatements;
member this.PopulateStatements : EventHandler 
Public Custom Event PopulateStatements As EventHandler 
Public Event PopulateStatements As EventHandler 

事件类型

EventHandler

适用于