Miner.Desktop Assembly > Miner.Desktop.Diagrams.Underground.Extensions Namespace > ElementCanvasExtensions Class : OnChanged<T> Method |
'Declaration <ExtensionAttribute()> Public Shared Sub OnChanged(Of T)( _ ByVal collection As ObservableCollection(Of T), _ ByVal added As Action(Of T), _ ByVal removed As Action(Of T), _ ByVal reset As Action _ )
'Usage Dim collection As ObservableCollection(Of T) Dim added As Action(Of T) Dim removed As Action(Of T) Dim reset As Action ElementCanvasExtensions.OnChanged(Of T)(collection, added, removed, reset)
[Extension()] public static void OnChanged<T>( ObservableCollection<T> collection, Action<T> added, Action<T> removed, Action reset )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.