m
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.ComponentModel
|
||||
{
|
||||
/// <summary>Indicates whether a class converts property change events to <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</summary>
|
||||
// Token: 0x0200013C RID: 316
|
||||
[Token(Token = "0x200013C")]
|
||||
public interface IRaiseItemChangedEvents
|
||||
{
|
||||
/// <summary>Gets a value indicating whether the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</summary>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events when one of its property values changes; otherwise, <see langword="false" />.</returns>
|
||||
// Token: 0x17000171 RID: 369
|
||||
// (get) Token: 0x060007C6 RID: 1990
|
||||
[Token(Token = "0x17000171")]
|
||||
bool RaisesItemChangedEvents
|
||||
{
|
||||
[Token(Token = "0x60007C6")]
|
||||
[Address(Slot = "0")]
|
||||
get;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user