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