[This is preliminary documentation and is subject to change.]
CTor
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public CancelableItemEventArgs(
T Item,
bool ReadOnly
) |
| Visual Basic |
|---|
Public Sub New ( _
Item As T, _
ReadOnly As Boolean _
) |
| Visual C++ |
|---|
public:
CancelableItemEventArgs(
T Item,
bool ReadOnly
) |
| F# |
|---|
new :
Item:'T *
ReadOnly:bool -> CancelableItemEventArgs |
Parameters
- Item
- Type: T
Item associated with current event
- ReadOnly
- Type: System..::..Boolean
True to disallow changing of the Item property
See Also