VisualTipProvider.OnDisplayPositionChanged Method
Raises the DisplayPositionChanged event.
[Visual Basic]
Overridable Protected Sub OnDisplayPositionChanged( _
ByVal
e As
EventArgs _
)
[C#]
protected virtual
void OnDisplayPositionChanged(
EventArgs e);
Parameters
-
e
- The data for the event.
See Also
VisualTipProvider Class | Skybound.VisualTips Namespace