Represents the method that will handle Attachment control events.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public delegate void AttachmentItemEventHandler( Object sender, AttachmentItemEventArgs args ) |
| Visual Basic |
|---|
Public Delegate Sub AttachmentItemEventHandler ( _ sender As Object, _ args As AttachmentItemEventArgs _ ) |
| Visual C++ |
|---|
public delegate void AttachmentItemEventHandler( Object^ sender, AttachmentItemEventArgs^ args ) |