Initializes a new instance of the AttachmentItemEventArgs class.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public AttachmentItemEventArgs( AttachmentItem item ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ item As AttachmentItem _ ) | 
| Visual C++ | 
|---|
| public: AttachmentItemEventArgs( AttachmentItem^ item ) | 
Parameters
- item
- Type: CuteEditor..::..AttachmentItem
 The item.
 
     
     
     
     
    