AttachmentCreated Event
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploadAttachments..::..AttachmentCreated Event |
| UploadAttachments Class See Also Send Feedback |
Occurs when attachment control created.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public event AttachmentItemEventHandler AttachmentCreated |
| Visual Basic |
|---|
Public Event AttachmentCreated As AttachmentItemEventHandler |
| Visual C++ |
|---|
public: event AttachmentItemEventHandler^ AttachmentCreated { void add (AttachmentItemEventHandler^ value); void remove (AttachmentItemEventHandler^ value); } |