FileListBox.OnPathChange(EventArgs) 方法

定义

引发 PathChange 事件。

protected:
 virtual void OnPathChange(EventArgs ^ e);
protected virtual void OnPathChange (EventArgs e);
abstract member OnPathChange : EventArgs -> unit
override this.OnPathChange : EventArgs -> unit
Protected Overridable Sub OnPathChange (e As EventArgs)

参数

e
EventArgs

包含事件数据的 EventArgs

注解

引发事件时,将通过委托调用事件处理程序。 有关详细信息,请参阅 处理和引发事件

方法 OnPathChange 还使派生类无需附加委托即可处理 事件。 这是在派生类中处理事件的首选技术。

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic 2008。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。

适用于

另请参阅