Exemple #1
0
        /// <summary>
        /// Called when the substate control data has bound.
        /// </summary>
        /// <param name="e">The <see cref="SubstateControlDataBoundEventArgs"/> instance containing the event data.</param>
        protected virtual void OnSubstateControlDataBound(SubstateControlDataBoundEventArgs e)
        {
            EventHandler <SubstateControlDataBoundEventArgs> handler = this.SubstateControlDataBound;

            if (handler != null)
            {
                handler(this, e);
            }
        }
        /// <summary>
        /// Called when the substate control data has bound.
        /// </summary>
        /// <param name="e">The <see cref="SubstateControlDataBoundEventArgs"/> instance containing the event data.</param>
        protected virtual void OnSubstateControlDataBound(SubstateControlDataBoundEventArgs e)
        {
            EventHandler<SubstateControlDataBoundEventArgs> handler = this.SubstateControlDataBound;

              if (handler != null)
              {
            handler(this, e);
              }
        }