AttachmentItemEventHandler Delegate
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| AttachmentItemEventHandler Delegate |
| See Also Send Feedback |
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 ) |