Torna al Thread

public event PushpinDragHandler PushpinDrag; public void OnPushpinDrag(string pID) { // Check if there are any Subscribers if (PushpinDrag != null) { // Call the Event GoogleMapObject = (GoogleObject)System.Web.HttpContext.Current.Session["GOOGLE_MAP_OBJECT"]; PushpinDrag(pID); } }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5