Inheritance: System.EventArgs
Beispiel #1
0
        /// <summary>
        /// Execute the RowHeightChanged event
        /// </summary>
        /// <param name="e"></param>
        public void OnRowHeightChanged(RowInfoEventArgs e)
        {
            PerformLayout();

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