FormatNumberEventArgs 클래스
정의
지역화된 숫자 서식 지정 이벤트의 이벤트 인수를 나타냅니다.Represents the event arguments of the localized number-formatting event.
public ref class FormatNumberEventArgs : EventArgs
public class FormatNumberEventArgs : EventArgs
type FormatNumberEventArgs = class
inherit EventArgs
Public Class FormatNumberEventArgs
Inherits EventArgs
- 상속
속성
ElementType |
차트 요소 형식을 가져오거나 설정합니다.Gets the chart element type. |
Format |
서식 문자열을 가져오거나 설정합니다.Gets or sets the format string. |
LocalizedValue |
지역화된 텍스트를 가져오거나 설정합니다.Gets or sets the localized text. |
SenderTag |
이벤트의 sender 개체를 가져옵니다.Gets the sender object of the event. |
Value |
서식이 지정될 값을 가져옵니다.Gets the value to be formatted. |
ValueType |
값 형식을 가져옵니다.Gets the value type. |
메서드
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |