c# to vb

  1. P

    Question 'Public Event OnFilterAdded()' is an event, and cannot be called directly. C# to VB

    what is the error in the bleow: 'Public Event OnFilterAdded()' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. Note: the error line is italic underline Imports System Imports System.Collections Imports System.Configuration Imports System.Data...
Back
Top