Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - RE: Finding the .NET equivalent of the bAddEvent
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

RE: Finding the .NET equivalent of the bAddEvent

 Post Reply Post Reply
Author
Message
belkaze View Drop Down
Groupie
Groupie
Avatar

Joined: 10 September 2010
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote belkaze Quote  Post ReplyReply Direct Link To This Post Topic: RE: Finding the .NET equivalent of the bAddEvent
    Posted: 19 August 2012 at 8:10pm
Does anyone know what the .NET equivalent of m_bAddEvent from the EditEvenArgs?

The VB version is as follows
Public g_pEditEvenArgs As New EditEvenArgs
Set Me.m_pCalendar = Forms(T).g_pEditEvenArgs.m_pCalendar
Set Me.m_pEditingEvent = Forms(T).g_pEditEvenArgs.m_pEditingEvent
Me.m_bAddEvent = Forms(T).g_pEditEvenArgs.m_bAddEvent
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 20 August 2012 at 9:33am

wndCalendarControl.DataProvider.AddEvent(EditingEvent);

Back to Top
belkaze View Drop Down
Groupie
Groupie
Avatar

Joined: 10 September 2010
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote belkaze Quote  Post ReplyReply Direct Link To This Post Posted: 20 August 2012 at 7:57pm
Thanks
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.195 seconds.