Intersoft ClientUI Documentation
UXScheduleViewEvent Class
Members  See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace : UXScheduleViewEvent Class






Represents a UXScheduleView event.

Object Model

UXScheduleViewEvent Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="LeftResizeIndicator", Type=System.Windows.Shapes.Rectangle)>
<TemplatePartAttribute(Name="LeftResize", Type=Intersoft.Client.UI.Controls.UXThumb)>
<TemplatePartAttribute(Name="RightResize", Type=Intersoft.Client.UI.Controls.UXThumb)>
<TemplatePartAttribute(Name="RightResizeIndicator", Type=System.Windows.Shapes.Rectangle)>
<TemplatePartAttribute(Name="TopResize", Type=Intersoft.Client.UI.Controls.UXThumb)>
<TemplateVisualStateAttribute(Name="ExceptionEvent", GroupName="EventStates")>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="NonEditing")>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="InlineEditing")>
<TemplateVisualStateAttribute(GroupName="CategoryStates", Name="HasCategory")>
<TemplateVisualStateAttribute(GroupName="CategoryStates", Name="NoCategory")>
<TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="NoEndDateIndicator")>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDateYear")>
<TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndTime")>
<TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDate")>
<TemplatePartAttribute(Name="BottomResize", Type=Intersoft.Client.UI.Controls.UXThumb)>
<TemplatePartAttribute(Name="TopResizeIndicator", Type=System.Windows.Shapes.Rectangle)>
<TemplatePartAttribute(Name="BottomResizeIndicator", Type=System.Windows.Shapes.Rectangle)>
<TemplatePartAttribute(Name="EditingElementContainer", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="SelectedIndicator", Type=System.Windows.Controls.Grid)>
<TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowPreviousResizer")>
<TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowBothResizer")>
<TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNoResizer")>
<TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNextResizer")>
<TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartTime")>
<TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="NoStartDateIndicator")>
<TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDateYear")>
<TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDate")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="TimeStates", Name="ShowTime")>
<TemplateVisualStateAttribute(GroupName="TimeStates", Name="NoTime")>
<TemplateVisualStateAttribute(GroupName="EventStates", Name="RecurringEvent")>
<TemplateVisualStateAttribute(GroupName="EventStates", Name="Event")>
<TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Long")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")>
<TemplateVisualStateAttribute(GroupName="HeaderStates", Name="DayOnly")>
<TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Short")>
Public Class UXScheduleViewEvent 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewEvent
C# 
[TemplatePartAttribute(Name="LeftResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="LeftResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="RightResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="RightResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="TopResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplateVisualStateAttribute(Name="ExceptionEvent", GroupName="EventStates")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="NonEditing")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="InlineEditing")]
[TemplateVisualStateAttribute(GroupName="CategoryStates", Name="HasCategory")]
[TemplateVisualStateAttribute(GroupName="CategoryStates", Name="NoCategory")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="NoEndDateIndicator")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDateYear")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndTime")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDate")]
[TemplatePartAttribute(Name="BottomResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="TopResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="BottomResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="EditingElementContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="SelectedIndicator", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowPreviousResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowBothResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNoResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNextResizer")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartTime")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="NoStartDateIndicator")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDateYear")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDate")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="TimeStates", Name="ShowTime")]
[TemplateVisualStateAttribute(GroupName="TimeStates", Name="NoTime")]
[TemplateVisualStateAttribute(GroupName="EventStates", Name="RecurringEvent")]
[TemplateVisualStateAttribute(GroupName="EventStates", Name="Event")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Long")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="DayOnly")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Short")]
public class UXScheduleViewEvent : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXScheduleViewEvent = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="LeftResizeIndicator", Type=System.Windows.Shapes.Rectangle)
TemplatePartAttribute(Name="LeftResize", Type=Intersoft.Client.UI.Controls.UXThumb)
TemplatePartAttribute(Name="RightResize", Type=Intersoft.Client.UI.Controls.UXThumb)
TemplatePartAttribute(Name="RightResizeIndicator", Type=System.Windows.Shapes.Rectangle)
TemplatePartAttribute(Name="TopResize", Type=Intersoft.Client.UI.Controls.UXThumb)
TemplateVisualStateAttribute(Name="ExceptionEvent", GroupName="EventStates")
TemplateVisualStateAttribute(GroupName="EditingStates", Name="NonEditing")
TemplateVisualStateAttribute(GroupName="EditingStates", Name="InlineEditing")
TemplateVisualStateAttribute(GroupName="CategoryStates", Name="HasCategory")
TemplateVisualStateAttribute(GroupName="CategoryStates", Name="NoCategory")
TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="NoEndDateIndicator")
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDateYear")
TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndTime")
TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDate")
TemplatePartAttribute(Name="BottomResize", Type=Intersoft.Client.UI.Controls.UXThumb)
TemplatePartAttribute(Name="TopResizeIndicator", Type=System.Windows.Shapes.Rectangle)
TemplatePartAttribute(Name="BottomResizeIndicator", Type=System.Windows.Shapes.Rectangle)
TemplatePartAttribute(Name="EditingElementContainer", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="SelectedIndicator", Type=System.Windows.Controls.Grid)
TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowPreviousResizer")
TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowBothResizer")
TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNoResizer")
TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNextResizer")
TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartTime")
TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="NoStartDateIndicator")
TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDateYear")
TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDate")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")
TemplateVisualStateAttribute(GroupName="TimeStates", Name="ShowTime")
TemplateVisualStateAttribute(GroupName="TimeStates", Name="NoTime")
TemplateVisualStateAttribute(GroupName="EventStates", Name="RecurringEvent")
TemplateVisualStateAttribute(GroupName="EventStates", Name="Event")
TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Long")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")
TemplateVisualStateAttribute(GroupName="HeaderStates", Name="DayOnly")
TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Short")
public class UXScheduleViewEvent extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="LeftResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="LeftResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="RightResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="RightResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="TopResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplateVisualStateAttribute(Name="ExceptionEvent", GroupName="EventStates")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="NonEditing")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="InlineEditing")]
[TemplateVisualStateAttribute(GroupName="CategoryStates", Name="HasCategory")]
[TemplateVisualStateAttribute(GroupName="CategoryStates", Name="NoCategory")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="NoEndDateIndicator")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDateYear")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndTime")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDate")]
[TemplatePartAttribute(Name="BottomResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="TopResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="BottomResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="EditingElementContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="SelectedIndicator", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowPreviousResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowBothResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNoResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNextResizer")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartTime")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="NoStartDateIndicator")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDateYear")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDate")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="TimeStates", Name="ShowTime")]
[TemplateVisualStateAttribute(GroupName="TimeStates", Name="NoTime")]
[TemplateVisualStateAttribute(GroupName="EventStates", Name="RecurringEvent")]
[TemplateVisualStateAttribute(GroupName="EventStates", Name="Event")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Long")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="DayOnly")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Short")]
public __gc class UXScheduleViewEvent : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="LeftResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="LeftResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="RightResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="RightResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="TopResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplateVisualStateAttribute(Name="ExceptionEvent", GroupName="EventStates")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="NonEditing")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="InlineEditing")]
[TemplateVisualStateAttribute(GroupName="CategoryStates", Name="HasCategory")]
[TemplateVisualStateAttribute(GroupName="CategoryStates", Name="NoCategory")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="NoEndDateIndicator")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDateYear")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndTime")]
[TemplateVisualStateAttribute(GroupName="EndDateIndicatorStates", Name="ShowEndDate")]
[TemplatePartAttribute(Name="BottomResize", Type=Intersoft.Client.UI.Controls.UXThumb)]
[TemplatePartAttribute(Name="TopResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="BottomResizeIndicator", Type=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="EditingElementContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="SelectedIndicator", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowPreviousResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowBothResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNoResizer")]
[TemplateVisualStateAttribute(GroupName="ResizerStates", Name="ShowNextResizer")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartTime")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="NoStartDateIndicator")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDateYear")]
[TemplateVisualStateAttribute(GroupName="StartDateIndicatorStates", Name="ShowStartDate")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="TimeStates", Name="ShowTime")]
[TemplateVisualStateAttribute(GroupName="TimeStates", Name="NoTime")]
[TemplateVisualStateAttribute(GroupName="EventStates", Name="RecurringEvent")]
[TemplateVisualStateAttribute(GroupName="EventStates", Name="Event")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Long")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="DayOnly")]
[TemplateVisualStateAttribute(GroupName="HeaderStates", Name="Short")]
public ref class UXScheduleViewEvent : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.ScheduleView.UXScheduleViewEvent

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.