| LogWriteLine Event |
You can subscribe your logging library to this event.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public static event Action<string> WriteLine
Public Shared Event WriteLine As Action(Of String)
public:
static event Action<String^>^ WriteLine {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
member WriteLine : IEvent<Action<string>,
EventArgs>
Value
Type:
SystemActionStringSee Also