OnAttachmentDataBound Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploadAttachments..::..OnAttachmentDataBound Method |
| UploadAttachments Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
protected virtual void OnAttachmentDataBound( AttachmentItemEventArgs args ) |
| Visual Basic |
|---|
Protected Overridable Sub OnAttachmentDataBound ( _ args As AttachmentItemEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnAttachmentDataBound( AttachmentItemEventArgs^ args ) |
Parameters
- args
- Type: CuteEditor..::..AttachmentItemEventArgs