Item Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| AttachmentItemEventArgs..::..Item Property |
| AttachmentItemEventArgs Class See Also Send Feedback |
Gets the item.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public AttachmentItem Item { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Item As AttachmentItem Get |
| Visual C++ |
|---|
public: property AttachmentItem^ Item { AttachmentItem^ get (); } |