Initializes a new instance of the GenericEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Sub New ( _
changeSource As ChangeSource _
)
'使用
Dim changeSource As ChangeSource
Dim instance As New GenericEventArgs(changeSource)
protected GenericEventArgs(
ChangeSource changeSource
)
protected:
GenericEventArgs(
ChangeSource changeSource
)
protected function GenericEventArgs(
changeSource : ChangeSource
)
Parameters
changeSource
Type: Microsoft.VisualStudio.Modeling.ChangeSourceThe source of this change.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.