ArcFM Desktop Developer Guide
BoolValueChangedEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal val As Boolean _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim val As Boolean
 
Dim instance As New BoolValueChangedEventArgs(row, col, val)
public BoolValueChangedEventArgs( 
   int row,
   int col,
   bool val
)

Parameters

row
col
val
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BoolValueChangedEventArgs Class
BoolValueChangedEventArgs Members

 

 


Send Comment