'Declaration
<ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")>
Public Delegate Sub ImGearRecCheckWordEventHandler( _
ByVal sender As Object, _
ByVal e As ImGearRecCheckWordEventArgs _
)
'Usage
Dim instance As New ImGearRecCheckWordEventHandler(AddressOf HandlerMethod)
[ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")]
public delegate void ImGearRecCheckWordEventHandler(
object sender,
ImGearRecCheckWordEventArgs e
)
[ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")]
public: __gc __delegate void ImGearRecCheckWordEventHandler(
Object* sender,
ImGearRecCheckWordEventArgs* e
)
[ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")]
public delegate void ImGearRecCheckWordEventHandler(
Object^ sender,
ImGearRecCheckWordEventArgs^ e
)