Example #1
0
        /// <summary>
        /// IsItemOnClickBehaviorEnabledProperty property changed handler.
        /// </summary>
        /// <param name="d">CustomGraphicsLayer that changed its IsItemOnClickBehaviorEnabled.</param>
        /// <param name="e">Event arguments.</param>
        private static void OnIsItemOnClickBehaviorEnabledPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            CustomGraphicsLayer source = d as CustomGraphicsLayer;

            source.OnIsItemOnClickBehaviorEnabledChanged();
        }
Example #2
0
        private static void OnUpdateOnExtentChangedPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            CustomGraphicsLayer source = d as CustomGraphicsLayer;

            source.OnUpdateOnExtentValueChanged(EventArgs.Empty);
        }