ProjectReferenceChangedEventArgs(TPoint, TSpan) Class

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow.Languages
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicClassProjectReferenceChangedEventArgs(Of TPoint, TSpan) _
    InheritsEventArgs
'Usage
DiminstanceAsProjectReferenceChangedEventArgs(Of TPoint, TSpan)
publicclassProjectReferenceChangedEventArgs<TPoint, TSpan> : EventArgs
generic<typename TPoint, typename TSpan>
publicref classProjectReferenceChangedEventArgs : publicEventArgs
JScript does not support generic types or methods.

Type Parameters

  • TPoint
  • TSpan

Inheritance Hierarchy

System. . :: . .Object
  System. . :: . .EventArgs
    System.Dataflow.Languages..::..ProjectReferenceChangedEventArgs<(Of <(<'TPoint, TSpan>)>)>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectReferenceChangedEventArgs< (Of < ( <'TPoint, TSpan> ) > ) > Members

System.Dataflow.Languages Namespace