using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Provides data for the event. // Token: 0x02000173 RID: 371 [Token(Token = "0x2000173")] public class PropertyChangingEventArgs : EventArgs { /// Initializes a new instance of the class. /// The name of the property whose value is changing. // Token: 0x06000959 RID: 2393 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000959")] [Address(RVA = "0xC67D60", Offset = "0xC66D60", VA = "0x180C67D60")] public PropertyChangingEventArgs(string propertyName) { } /// Gets the name of the property whose value is changing. /// The name of the property whose value is changing. // Token: 0x170001D1 RID: 465 // (get) Token: 0x0600095A RID: 2394 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170001D1")] public virtual string PropertyName { [Token(Token = "0x600095A")] [Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530", Slot = "4")] get { return null; } } // Token: 0x04000582 RID: 1410 [FieldOffset(Offset = "0x10")] [Token(Token = "0x4000582")] private readonly string propertyName; } }