Line Position update event.
Namespace:
RightEdge.Common.DocumentManager
Assembly:
Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
public delegate void LinePositionEvent(
Object sender,
LinePositionEventArgs e
) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub LinePositionEvent ( _
sender As Object, _
e As LinePositionEventArgs _
) |
| Visual C++ |
|---|
public delegate void LinePositionEvent(
Object^ sender,
LinePositionEventArgs^ e
) |
Parameters
- sender
- Type: System..::.Object
sender object
- e
- Type: LinePositionEventArgs
Line position.
Remarks
See Also