Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected internal virtual void OnAttachmentHided(
	AttachmentItemEventArgs args
)
Visual Basic
Protected Friend Overridable Sub OnAttachmentHided ( _
	args As AttachmentItemEventArgs _
)
Visual C++
protected public:
virtual void OnAttachmentHided(
	AttachmentItemEventArgs^ args
)

See Also