public delegate System.bool UserSmoothingHandler( UserSmoothingArgs e )
public delegate UserSmoothingHandler( e: UserSmoothingArgs );
public delegate UserSmoothingHandler( e : UserSmoothingArgs ) : System.boolean
public: __gc __delegate System.bool UserSmoothingHandler( UserSmoothingArgs* e )
public delegate System.bool UserSmoothingHandler( UserSmoothingArgs^ e )
'Declaration Public Delegate Function UserSmoothingHandler( _ ByVal e As UserSmoothingArgs _ ) As System.Boolean
'Declaration
Public Delegate Function UserSmoothingHandler( _ ByVal e As UserSmoothingArgs _ ) As System.Boolean
'Usage Dim instance As New UserSmoothingHandler(AddressOf HandlerMethod)
'Usage
Dim instance As New UserSmoothingHandler(AddressOf HandlerMethod)
Target Platforms: .NET CLR 4.8 or higher
UserSmoothingHandler Members DicomObjects.Delegates Namespace