Torna al Thread

Public Event PushpinDrag As PushpinDragHandler Public Sub OnPushpinDrag(pID As String) ' Check if there are any Subscribers If PushpinDrag IsNot Nothing Then ' Call the Event GoogleMapObject = DirectCast(System.Web.HttpContext.Current.Session("GOOGLE_MAP_OBJECT"), GoogleObject) RaiseEvent PushpinDrag(pID) End If End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5