Version

FrameIntervalChangingEventArgs Class

Event arguments applying to the FrameIntervalChanging event.
Syntax
'Declaration
 
Public Class FrameIntervalChangingEventArgs 
   Inherits System.EventArgs
public class FrameIntervalChangingEventArgs : System.EventArgs 
Remarks

The FrameIntervalChanging event is fired during the data binding process to mediate the date ranges required by all interested participants. Through this negotiation, the WebScheduleInfo control determines a frame interval size appropriate for the WebSchedule view elements displaying activities.

Applications can extend the FrameInterval, but cannot make it any shorter because other WebSchedule view elements would then fail to fill completely with the activities they need. Requests to shorten the frame interval are ignored. Excessively long frame intervals can negatively impact performance.

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