'Declaration Public Overridable Function CreateActivityCategoryCreationDialog( _ ByVal container As FrameworkElement, _ ByVal activityCategoryHelper As ActivityCategoryHelper, _ ByVal creationResult As ScheduleDialogBase(Of ActivityCategory), _ ByVal updateOwningResource As Boolean _ ) As FrameworkElement
public virtual FrameworkElement CreateActivityCategoryCreationDialog( FrameworkElement container, ActivityCategoryHelper activityCategoryHelper, ScheduleDialogBase<ActivityCategory> creationResult, bool updateOwningResource )
The XamScheduleDataManager will automatically host the FrameworkElement returned by this method in an appropriate container depending on the environment within which the dialog is being displayed. If the environment supports top level windows then the FrameworkElement will be hosted in a Dialog Window unless this method returns a Window-derived element in which case that window will be used as the dialog window.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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