Interface IAccessibleTableModelChange
- Namespace
- Javax.Accessibility
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/accessibility/AccessibleTableModelChange.html
public interface IAccessibleTableModelChange
Properties
FirstColumn
int FirstColumn { get; }
Property Value
FirstRow
int FirstRow { get; }
Property Value
LastColumn
int LastColumn { get; }
Property Value
LastRow
int LastRow { get; }
Property Value
Type
int Type { get; }