Version

LocationChangedEvent Class

Event arguments notifying server-side logic of a change of screen position on the client-side.
Syntax
'Declaration
 
Public Class LocationChangedEvent 
   Inherits System.EventArgs
public class LocationChangedEvent : System.EventArgs 
Remarks

This event is only fired following a postback for UltraWebToolbar controls that meet the following criteria:

  • The UltraWebToolbar is movable, otherwise its position is fixed.
  • The UltraWebToolbar is sticky, not snappable. A snappable toolbar will always return to its original location following each postback, therefore the old location on the client is inconsequential.
  • The UltraWebToolbar is being rendered to an uplevel browser.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also