'Declaration
<ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")>
Public Delegate Sub ImGearRecCheckWordEventHandler( _
ByVal As Object, _
ByVal 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 ,
ImGearRecCheckWordEventArgs
)
[ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")]
public: __gc __delegate void ImGearRecCheckWordEventHandler(
Object* ,
ImGearRecCheckWordEventArgs*
)
[ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")]
public delegate void ImGearRecCheckWordEventHandler(
Object^ ,
ImGearRecCheckWordEventArgs^
)