V
V
Vladislav2018-11-20 11:22:00
Syntax highlighting
Vladislav, 2018-11-20 11:22:00

What is a similar construct in VB.Net?

What is the similar construct for the following in VB.Net? Somehow through AddHandler it will be necessary?

_model.PropertyChanged += (s, e) => { RaisePropertyChanged(e.PropertyName); };

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor L, 2018-11-20
@Fzero0

? _model.PropertyChanged +=

Private Sub New(ByVal _ As s, ByVal _ As e)
    RaisePropertyChanged(e.PropertyName)
End Sub

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question