ObjectTable Class

[TypeConverter(typeof(OberMind.Design.ObjectTableTypeConverter))] 
[RefreshProperties(RefreshProperties.All)] 
public class ObjectTable : INotifyPropertyChanged
This language is not supported or no code example is available.
[TypeConverter(typeof(OberMind.Design.ObjectTableTypeConverter))] 
[RefreshProperties(RefreshProperties.All)] 
public ref class ObjectTable : public INotifyPropertyChanged^
This language is not supported or no code example is available.
public  
TypeConverter(typeof(OberMind.Design.ObjectTableTypeConverter)) 
RefreshProperties(RefreshProperties.All) 
class ObjectTable 
implements INotifyPropertyChanged
This language is not supported or no code example is available.
Name Description
Public property Item(int)
Public property Size
Top
Events
 
Name Description
Public event PropertyChanged
Top

In this article

Definition