<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT&#38;C Solutions &#187; Eveniment</title>
	<atom:link href="http://www.itcsolutions.eu/tag/eveniment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to: Implement Interfaces in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:45:22 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1430</guid>
		<description><![CDATA[Implementing an interface in VB.NET is done by specification Implements. Interfaces can be implemented by classes [...] and structures [...]. A class or structure can implement one or more interfaces, separated by the operator , in VB.NET. List of interfaces implemented by class/structure is given by their associated names at defining time [...]. In below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Transmit the Message Assigned to an Event Defined in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:46:21 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1395</guid>
		<description><![CDATA[Appearance of an event and transmission of its message is accomplished by specification RaiseEvent. Specification RaiseEvent is used only for events declared explicitly. Use RaiseEvent specification is exemplified in the following source code sequence developed in VB.NET: Module Module1 &#160; 'defining event handler Public Sub OpDiferenta(ByVal a As Integer, ByVal b As Integer) Dim dif [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Events in Classes Built in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/18/how-to-define-events-in-classes-built-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/18/how-to-define-events-in-classes-built-in-vb-net/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:24:41 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1390</guid>
		<description><![CDATA[Declaring events in a class built in VB.NET is done using Event specification. Defining event involves assigning the name and arguments providing. Because an event is included in a class, the objects defined on that class may send messages related to event &#8211; raise. Transmission is accomplished by specification RaiseEvent. Assigning the event to procedure [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/18/how-to-define-events-in-classes-built-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Delegates in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 09:24:41 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Delegat]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Invocare]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1381</guid>
		<description><![CDATA[The delegate is a pointer that allows the call of a function indirectly through its memory address. The delegate is used to call methods of other objects. It is similar to the function pointer used in other programming languages. The difference is that the delegate is a reference type on System.Delegate class. Delegates are useful [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Identify Characteristics of Events in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:25:06 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1369</guid>
		<description><![CDATA[The event is a message sent by an object and announces the application of production a fact. Events are implemented using delegates [...]. For example, clicking a command button in a graphical interface causes the appearance of the event Click. The event is treated by a procedure. Events are declared in the classes, structures, modules [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementarea interfetelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:08:46 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=191</guid>
		<description><![CDATA[Implementarea unei interfete in limbajul VB.NET se realizeaza prin cuvantul rezervat Implements. Interfetele pot fi implementate de catre clase de obiecte [...] si structuri [...]. O clasa de obiecte sau o structura pot implementa una sau mai multe interfete, separate prin operatorul , in VB.NET. Lista de interfete implementate de clasa de obiecte/structura este data [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transmiterea mesajului asociat unui eveniment definit in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/12/transmiterea-mesajului-asociat-unui-eveniment-definit-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/12/transmiterea-mesajului-asociat-unui-eveniment-definit-in-vbnet/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 12:17:18 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Proiect]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=168</guid>
		<description><![CDATA[Aparitia unui eveniment si transmiterea mesajul asociat acestuia se realizeaza prin specificatia RaiseEvent. Specificatia RaiseEvent este utilizata doar pentru evenimente declarate explicit. Utilizarea specificatiei RaiseEvent este exemplificata in urmatoarea secventa de cod sursa VB.NET: Module Module1 'definire handler de eveniment Public Sub OpDiferenta(ByVal a As Integer, ByVal b As Integer)     Dim dif As Integer [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/12/transmiterea-mesajului-asociat-unui-eveniment-definit-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Definirea evenimentelor in clase de obiecte VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/11/definirea-evenimentelor-in-clase-de-obiecte-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/11/definirea-evenimentelor-in-clase-de-obiecte-vbnet/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 13:47:16 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Obiect]]></category>
		<category><![CDATA[Tip de date]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=152</guid>
		<description><![CDATA[Declararea evenimentelor intr-o clasa de obiecte VB.NET se realizeaza cu ajutorul specificatiei Event. Definirea evenimentului presupune atribuirea denumirii si furnizarea argumentelor. Prin includerea unui eveniment intr-o clasa de obiecte, obiectele definite pe baza clasei respective pot transmite mesaje asociate evenimentului &#8211; raise. Transmiterea se realizeaza prin specificatia RaiseEvent. Asocierea evenimentului cu procedura de tratare a [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/11/definirea-evenimentelor-in-clase-de-obiecte-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definirea delegatilor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/09/definirea-delegatilor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/09/definirea-delegatilor-in-vbnet/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:26:36 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Delegat]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Instanta]]></category>
		<category><![CDATA[Invocare]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Obiect]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=135</guid>
		<description><![CDATA[Delegatul este un pointer care permite apelul unei functii in mod indirect prin intermediul adresei de memorie a acesteia. Delegatul este utilizat pentru a apela metode ale altor obiecte. Este similar pointerului de functie utilizat in alte limbaje de programare. Diferenta consta in faptul ca delegatul este un tip referinta pe baza clasei System.Delegate. Delegatii [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/09/definirea-delegatilor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Caracteristici ale evenimentelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/09/caracteristici-ale-evenimentelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/09/caracteristici-ale-evenimentelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 11:45:24 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Executie]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Obiect]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=121</guid>
		<description><![CDATA[Evenimentul reprezinta un mesaj transmis de catre un obiect si care anunta aplicatia de producerea unui fapt. Evenimentele sunt implementate folosind delegati [...]. De exemplu, apasarea unui buton de comanda intr-o interfata grafica provoaca aparitia evenimentului Click. Evenimentul este tratat prin intermediul unei proceduri. Evenimentele sunt declarate in cadrul claselor, structurilor, modulelor si interfetelor utilizand [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/09/caracteristici-ale-evenimentelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

