[Missing <summary> documentation for "M:Phidgets.TextLCD.AttachEvent(System.Object,Phidgets.Events.AttachEventArgs)"]

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
protected internal override void AttachEvent(
	Object sender,
	AttachEventArgs e
)
Visual Basic (Declaration)
Protected Friend Overrides Sub AttachEvent ( _
	sender As Object, _
	e As AttachEventArgs _
)
Visual C++
protected public:
virtual void AttachEvent(
	Object^ sender, 
	AttachEventArgs^ e
) override

Parameters

sender
Type: System..::.Object

[Missing <param name="sender"/> documentation for "M:Phidgets.TextLCD.AttachEvent(System.Object,Phidgets.Events.AttachEventArgs)"]

e
Type: Phidgets.Events..::.AttachEventArgs

[Missing <param name="e"/> documentation for "M:Phidgets.TextLCD.AttachEvent(System.Object,Phidgets.Events.AttachEventArgs)"]

See Also