コード例 #1
0
        protected string OnFormatEnum(object value)
        {
            FormatEventArgs e = new FormatEventArgs(value);
            if (FormatEnum != null)
                FormatEnum(this, e);

            return e.Target;
        }
コード例 #2
0
        protected string OnFormatEnum(object value)
        {
            FormatEventArgs e = new FormatEventArgs(value);

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

            return(e.Target);
        }