Intersoft WebGrid Documentation
SpanEventArgs Constructor
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > SpanEventArgs Class : SpanEventArgs Constructor






newValue
Initializes a new instance of the SpanEventArgs class with the newValue.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal newValue As Integer _
)
Visual Basic (Usage)Copy Code
Dim newValue As Integer
 
Dim instance As New SpanEventArgs(newValue)
C# 
public SpanEventArgs( 
   int newValue
)
Delphi 
public SpanEventArgs( 
    newValue: Integer
); 
JScript 
public function SpanEventArgs( 
   newValue : int
);
Managed Extensions for C++ 
public: SpanEventArgs( 
   int newValue
)
C++/CLI 
public:
SpanEventArgs( 
   int newValue
)

Parameters

newValue

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.