using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Provides data for the event. // Token: 0x02000185 RID: 389 [Token(Token = "0x2000185")] public class RefreshEventArgs : EventArgs { /// Initializes a new instance of the class with the component that has changed. /// The component that changed. // Token: 0x06000A57 RID: 2647 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000A57")] [Address(RVA = "0x4D7D20", Offset = "0x4D6B20", VA = "0x1804D7D20")] public RefreshEventArgs(object componentChanged) { } /// Initializes a new instance of the class with the type of component that has changed. /// The that changed. // Token: 0x06000A58 RID: 2648 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000A58")] [Address(RVA = "0x4D7DA0", Offset = "0x4D6BA0", VA = "0x1804D7DA0")] public RefreshEventArgs(Type typeChanged) { } /// Gets the component that changed its properties, events, or extenders. /// The component that changed its properties, events, or extenders, or if all components of the same type have changed. // Token: 0x17000207 RID: 519 // (get) Token: 0x06000A59 RID: 2649 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000207")] public object ComponentChanged { [Token(Token = "0x6000A59")] [Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")] get { return null; } } /// Gets the that changed its properties or events. /// The that changed its properties or events. // Token: 0x17000208 RID: 520 // (get) Token: 0x06000A5A RID: 2650 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000208")] public Type TypeChanged { [Token(Token = "0x6000A5A")] [Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")] get { return null; } } // Token: 0x040005E7 RID: 1511 [FieldOffset(Offset = "0x10")] [Token(Token = "0x40005E7")] private object componentChanged; // Token: 0x040005E8 RID: 1512 [FieldOffset(Offset = "0x18")] [Token(Token = "0x40005E8")] private Type typeChanged; } }