Occurs when attachment control data bound.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public event AttachmentItemEventHandler AttachmentDataBound | 
| Visual Basic | 
|---|
| Public Event AttachmentDataBound As AttachmentItemEventHandler | 
| Visual C++ | 
|---|
| public: event AttachmentItemEventHandler^ AttachmentDataBound { void add (AttachmentItemEventHandler^ value); void remove (AttachmentItemEventHandler^ value); } | 
 
     
     
     
     
    